In qmail-scanner-queue.pl replace this:

� } else {
��� $tag_score .= "SA:1($sa_score/$sa_max):";
��� $sa_comment = "Yes, hits=$sa_score required=$sa_max" if ($spamc_options =~ /\-c/);
��� &debug("SA: yup, this smells like SPAM");
� }

� $stop_spamassassin_time=[gettimeofday];


With this:

� } else {
��� $tag_score .= "SA:1($sa_score/$sa_max):";
��� $sa_comment = "Yes, hits=$sa_score required=$sa_max" if ($spamc_options =~ /\-c/);
��� $quarantine_event="Questionable content";
��� $quarantine_description="Content blocked by SpamAssassin.";
��� &debug("SA: yup, this smells like SPAM");
� }

� $stop_spamassassin_time=[gettimeofday];


It should be near the bottom of your qmail-scanner-queue.pl file.

Cheers,
Daniel


McClain, Luke wrote:
I'm running qmail-scanner 1.15,Clamscan 0.54, and Spamassassin 2.43.
Does anyone have a patch or know of a way to send Spam to the quarantine
directory?

Regards,
Luke





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
  

Reply via email to