On Mon, 10 Nov 2008, Patrick Nagel wrote: > Matthias-Christian Ott wrote: > > Patrick Nagel wrote: > >> With postfix, just add bogofilter as transport to master.cf and make it the > >> 'mailbox_transport'. > > > > Does Postfix understand the pipe syntax? If so everything would be fine. > > Umm, well, it "pipes" the mail through the command specified as > 'mail_transport' - don't know if that works with shell script style pipes (|) > directly - but in any case you could easily create a wrapper shell script.
Postfix's pipe(8) transport runs the command directly rather than spawning /bin/sh; so it does not support shell expansions such as pipes. -- Matthias Andree