Re: rewrite_header Subject and Bayes

2018-05-30 Thread Matus UHLAR - fantomas
On 30.05.18 15:12, Palvelin Postmaster wrote: I prepend my spam emails’ subject fields with a specific string to indicate spam, like many do, I presume. Will that string get noticed by bayes and if so, should I do something to prevent it? On 30 May 2018, at 15:21, Matus UHLAR - fantomas wrot

Re: rewrite_header Subject and Bayes

2018-05-30 Thread Palvelin Postmaster
> On 30 May 2018, at 15:21, Matus UHLAR - fantomas wrote: > > On 30.05.18 15:12, Palvelin Postmaster wrote: >> I prepend my spam emails’ subject fields with a specific string to indicate >> spam, like many do, I presume. Will that string get noticed by bayes and >> if so, should I do somethin

Re: rewrite_header Subject and Bayes

2018-05-30 Thread Matus UHLAR - fantomas
On 30.05.18 15:12, Palvelin Postmaster wrote: I prepend my spam emails’ subject fields with a specific string to indicate spam, like many do, I presume. Will that string get noticed by bayes and if so, should I do something to prevent it? most probably, yes. However, not by your bayes, unless

Re: rewrite_header subject not working from user_prefs

2008-09-26 Thread pbr pbr
I think using procmail might be the best solution, giving me more control without having to go through support at the hosting company. --- On Fri, 9/26/08, Jake Maul <[EMAIL PROTECTED]> wrote: Some common configurations of Exim are set up such that Exim does *NOT* use the message as provided by S

Re: rewrite_header subject not working from user_prefs

2008-09-26 Thread Jake Maul
Some common configurations of Exim are set up such that Exim does *NOT* use the message as provided by Spamassassin. It gives SA a *copy* of the message, then puts the SA headers from the copy into the main message. This has the effect of ignoring any SA-modified headers, like the subject. Notably,

Re: rewrite_header subject not working from user_prefs

2008-09-26 Thread pbr pbr
I'm using a domain hosting service that uses exim for mail. I have little control other than through user_prefs file and can't change the local.cf file. In fact, I can't even find it when I look in /etc. spamassassin --lint: [12158] warn: config: could not find site rules directory check: no l

Re: rewrite_header subject not working from user_prefs

2008-09-26 Thread Matt Kettler
How do you call SpamAssasin? I ask because some integration tools make their own markups, and only use SA to generate a list of hits. In those tools, it doesn't matter what you set rewrite_header to, SA will ignore you. Have you tried rewrite_header at the local.cf level? Have you run spamassass

Re: rewrite_header Subject

2005-06-23 Thread jdow
From: "Matt Kettler" <[EMAIL PROTECTED]> > Rick Macdougall wrote: > > > rewrite_header subject *SPAM(_SCORE_)* > > > > man Mail::SpamAssassin::Conf is your friend > > For completeness, two caveats apply to this. > > 1) the above syntax is for SA 3.0.0 or higher. 2.xx won't make sense of it

Re: rewrite_header Subject

2005-06-23 Thread Matt Kettler
Rick Macdougall wrote: > rewrite_header subject *SPAM(_SCORE_)* > > man Mail::SpamAssassin::Conf is your friend For completeness, two caveats apply to this. 1) the above syntax is for SA 3.0.0 or higher. 2.xx won't make sense of it. 2) If you are using a MTA integration tool that does

Re: rewrite_header Subject

2005-06-23 Thread Rick Macdougall
[EMAIL PROTECTED] wrote: Hello, a while back, someone mentioned that they had configured SA to modify the subject to include the SA score like: *SPAM(10.2)* Is this easy to do? What is the syntax to acheive this in my local.cf file? Regards, Devin Hi, rewrite_header subject ***