> 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"
>
> Could anyone explain this ?
> I dont understand where I should do
> "Simply change the "--scanner" option to "fast_spamassassin=STRING" and
> "STRING" ("SPAM:" is a good value)"
>
> I want to have SPAM: in the subject of messages containing spam.
> Evolution stopped when stupidity became painless.

Add --scanner fast_spamassassin="SPAM:" to the end of your string when
running the configure script to generate qmail-scanner-queue.pl, so it
looks like:

  ./confgiure --scanner fast_spamassassin="SPAM:"

This will define "$spamc_options" within the script so if you don't want
to re-generate it, simply define this option like this:

  my $spamc_subject='SPAM:';

--
Jared Seipel


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to