Quarantine spams are coming through a virus in the admin warning emails? They used to come through as problem Can't figure out were to change this
-----Original Message----- From: Salvatore Toribio [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 8:36 AM To: Andrej Trobentar; Qmail-Scanner General List Subject: Re: [Qmail-scanner-general]Patch for quarantine/delete/reject spam At 12:33 +0100 22-03-2004, Andrej Trobentar wrote: >[EMAIL PROTECTED] wrote: >>Hi I've updated my patch to version 1.21st, if anybody interested: >> >>http://xoomer.virgilio.it/j.toribio/qmail-scanner/ >> > >Hello, > >I have successfully aplied the patched version (1.21st) today and as >far as I can see, it's working without problems. One thing I don't >understand is this line in qmail-queue.log : > >SA: option char in don't pass it to spamc > >What does that mean? Hi Andrej That is a cosmetic bug, I will fix it later in the page. It means that you have a mailaddress that contanins '-c' '-r' or another option for spamc. I've tested it in a working version and write it in the wrong order to the qmail-scanner-queue.template Edit /var/qmail/bin/qmail-scanner-queue.pl search for # st: a dirty way of cleaning up the chars that can be interpreted as an option by spamc # Problem pointed by Jonas Thomsen. if ($cmdline_recip=~/\-[crydefhpstux]/) { $cmdline_recip=""; &debug("SA: option char in $cmdline_recip don't pass it to spamc"); &minidebug("SA: option char in $cmdline_recip don't pass it to spamc"); } And change it to: if ($cmdline_recip=~/\-[crydefhpstux]/) { &debug("SA: option char in $cmdline_recip don't pass it to spamc"); &minidebug("SA: option char in $cmdline_recip don't pass it to spamc"); $cmdline_recip=""; } Cheers Salvatore ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general