Matt wrote:
Oh hey.. that's fine.. so it will archive messages it tags as spam and
pass them on? nifty.. so now pardon my ignorance.. but how do I do
that? :)



check /var/qmail/bin/qmail-scanner-queue.pl

#What maildir folder to archive received Email in instead of deleting
my $archiveit='0';
my $archivedir='archives';


Note that this doesnt just archive spam. It archives all mail. You If you want just the spam, you'll have to parse this folder and pull them out somehow. Jason suggested a cronjob that checks for X-Spam-Status: Yes in the previous email...


-Jim


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to