Michael Menefee, wrote
All:
Wondering if there's  a way to modify qmail-scanner-queue.pl to quarantine
messages that SpamAssasin has marked at a certain threshold, rather than
delete the message. Running an email gateway with Qmail, Qmail-scanner 1.16
and Spamassassin 2.55. Any thoughts are appreciated


You can download a patched version of 1.20rc4 that does this job, and you can install it over an old 1.16 version (user: qmailq group: qmail) from <http://xoomer.virgilio.it/j.toribio/qmail-scanner/>


Install it with this options

./configure --qs-user qmailq \
--qs-group qmail \
--sa-quarantine 8 \
--sa-delete 10  ..your options... (  --install )

My required hists in spamassassin are 6.5, all the mail with score over 8 will be quarantined and over 10 deleted. You will find other options in the web page.

Have a look at the file "sub-spamassassin.pl" and you will find how it deletes and quarantine messages.

I'm working out in the patch for the 1.20, really it is almost similar at 1.20rc4, but I have not much time this week.

Hope this helps,

Salvatore


------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to