Try this first:
test: "|usr/local/majordomo/demime '- | /usr/local/majordomo/wrapper
resend -l test -s test-outgoing'"
Notice the difference in the first part of your alias...
A couple of questions:
1. What version of demime did you download?
2. What MTA are you running?
If you are using sendmail with smrsh enabled, you will need at least
version 0.89d or e, I can' tremember exactly which, and enable the following:
$::MAJIC_PIPE_PREFIX_CHAR = '==';
# $::MAJIC_PIPE_PREFIX_CHAR = '|';
Then change the "|" in your alias to "==" as smrsh does not allow piped
commands. Here's my test alias:
test: "|/usr/local/majordomo/demime '== /usr/local/majordomo/wrapper
resend -l test test-list,nobody'"
Ed
At 07:39 PM Thursday, 1/3/2002, Richard Albrecht wrote -=>
>The significant parts of the aliases file are as follows:
>
>test: /usr/local/majordomo/demime '- | /usr/local/majordomo/wrapper
>resend -l test -s test-outgoing'"
>test-outgoing:
>:include:/usr/local/majordomo/Lists/test,test-archiver,test-digestify
>
>I am getting the following error message:
>
> ----- The following addresses had permanent fatal errors -----
>
>"|/usr/local/majordomo/demime '| /usr/local/majordomo/wrapper resend -l
>test -s test-outgoing'"
References:
|
|