I can't get SA to change the subject header of mails marked as spam.
<http://qmail-scanner.sourceforge.net/FAQ.php>
Are you using the fast_spamassassin scanner? From the FAQ, this is probably what you want:
15. I want "fast_spamassassin" for performance - but I want the Subject: header tagged as "SPAM" too!Boy - you don't want much do you! :-) Anyway - you can. Simply change the "--scanner" option to "fast_spamassassin=STRING" and "STRING" ("SPAM:" is a good value) will be prepended to the Subject line of every message marked as Spam. If you want all that cool extra detail from SA (e.g. the reasons for a particular score), then there is no option but to use "verbose_spamassassin"
Or just edit qmail-scanner-queue.pl and write what you want in the line:
my $spamc_subject='';
For Example
my $spamc_subject='SPAM *** ';
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
