Current have SpamAssassin 2.63 and QS 1.22 SA works well is running in verbose mode and attaches the report to an email and the header adds X-Spam-Status: YES appropriately. However I've noticed and read in the lists that QS does it's own header writing in the emails. It seems that QS cannot be in verbose mode AND rewrite the subject line at the same time without some issues. ============================================================= Issue #1: ============================================================= local.cf ----------------------------------- rewrite_subject 1 subject_tag *****SPAM***** qmail-scanner-queue.pl ----------------------------------- $spamc_options = "-f" # so verbose mode $spamc_subject = "" RESULTS: ------------------------------------ Email is received TWICE, HOWEVER the subject line is rewritten. The problem is that the email is duplicated. Other than that it works. Does anyone know if this is a known problem or why it is sending it twice? I've set it on debug mode it shows it as being sent only once. Very curious indeed.
============================================================= Issue #2: ============================================================= local.cf ----------------------------------- rewrite_subject 0 subject_tag *****SPAM***** qmail-scanner-queue.pl ----------------------------------- $spamc_options = "-f" # so verbose mode $spamc_subject = "*****SPAM*****" RESULTS: ------------------------------------ Email is received ONCE, HOWEVER subject line is not added. I'm wondering if maybe I need to modify qmail-scanner-queue.pl to add the rewriting of the subject line. Has this been done previously by someone or is this a known issue? Cheers, Paul ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general