On Sat, 29 Jun 2002, jan groene wrote:

>
> hi,
>
> >use "cmdaliases" for this and you should probably do either :
> >
> >/econv --unix --input $2 | /mailman/mail/wrapper post test
> >
> >or :
> >
> >/econv --unix --input $2 --output $2.conv
> >cat $2.conv | /mailman/mail/wrapper post test
> >
> >
> >ecartis works almost in the same way in my xmailserver.org setup ...
>
> ok, using cmdaliases instead of mailproc has the advantage not to have the
> users created (just one file), correctly ?
> nevertheless it does not seem to work, while piping the econv's output
> generally should work - it must be something with the wrapper script, i'll
> try to investigate this...

try to use the second format :

/econv --unix --input $2 --output $2.conv
cat $2.conv | /mailman/mail/wrapper post test

and check file permissions.



- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to