--
On Tue, Jan 08, 2002 at 10:07:59PM -0600, Ben Lutgens wrote:
> ##### At the end of transports
> spamcheck:
> driver = pipe
> command = "/usr/bin/spamcheck2.pl ${sender_address} ${pipe_addresses}"
On a sidenote, I recently used a command similiar to the one above, and
you should be aware that the ${sender_address} does not always expand to
something.
Consider adding some flags, like
spamcheck2.pl ${sender_address} -x {pipe_addresses}
Maybe there is some better way, but that one Worked For Me :)
--
Peter Mathiasson | GPG Fingerprint:
E-Mail: peter(at)mathiasson(dot)nu | A9A7 F8F6 9821 F415 B066
Web : http://www.mathiasson.nu | 77F1 7FF5 C2E6 7BF2 F228
--
[ Content of type application/pgp-signature deleted ]
--