If you want the mail to appear as normall with the extra headers added you 
could do below. I'm using a similar setup but have "required_hits 3.5" and am 
not bouncing any mail. 

On Sunday 05 October 2003 18:13, Patrick Marquetecken wrote:
> etc/mail/spamassassin/local.cf
>
> # How many hits before a message is considered spam.
> required_hits           5.0
required_hits 99.0
>
> # Whether to change the subject of suspected spam
> rewrite_subject         1
rewrite_subject 0
>
> # Text to prepend to subject if rewrite_subject is used
> subject_tag             *****SPAM*****
>
> # Encapsulate spam in an attachment
> report_safe             1
report_safe 0
>
> # Use terse version of the spam report
> use_terse_report        0
>
> Patrick
>
> Op zo 05-10-2003, om 10:55 schreef Tom Wesley:
> > Hi all,
> >
> > After fighting spamassassin and amavisd for the night I've come to a bit
> > of a dead end.  Spamassassin seems to be scanning email, and if I set
> >
> > $final_spam_destiny       = D_REJECT;
> >
> > then the sample spam gets rejected.  If I set
> >
> > $final_spam_destiny       = D_PASS;
> >
> > then the spam gets through (as expected) but there are no headers that I
> > would expect from spamassassin.  How can I add these headers to spam, so
> > that my mail client can filter them out itself.

--
[EMAIL PROTECTED] mailing list

Reply via email to