Does any one know how can I add a command to make qpopper direct all
incoming mail threw a perl script to filter out spam. I got the idea from
http://perl.plover.com/lp/Spam.html
and in his second article http://www.perl.com/pub/a/2000/02/spamfilter.html
he said that if you run the command,
exit 0;
the mail is delivered as normal, but if you end with
exit 100;
then qmail, the MTA he is using will respond with delivery failed to the
sender. I was wondering if qpopper does this and where I could add the
command to re-direct the mail to the program. thanks alot.
Stephen Potter