is [...] needed
> $ cat .spamassassin/user_prefs
> [...]
> header FROM_MAILER_DAEMON From =~ /mailer-daemon|mail delivery
> subsystem/i describe FROM_MAILER_DAEMON Probable bounce message
> (from a mail system) score FROM_MAILER_DAEMON -2.5
>
> ...and, to my pleasant surpris
On 22 February 2002, Craig R Hughes said:
> Were you using spamassassin or spamc/spamd greg? I believe
> spamassassin allows you to have user rules, spamd does not.
I was using spamassassin; you are correct, user-defined rules are obeyed
by spamassassin but not spamc/spamd. I just filed bug #49
parameter would be nifty. Go
ahead and file a bugzilla enhancement request :)
C
Greg Ward wrote:
> Date: Fri, 22 Feb 2002 10:07:01 -0500
> From: Greg Ward <[EMAIL PROTECTED]>
> To: spam <[EMAIL PROTECTED]>
> Subject: Re: [SAtalk] testing spam
>
> On 21 Fe
On 21 February 2002, Craig Hughes said:
> More importantly though, you can't create rules in userprefs; you can
> only modify descriptions and scores, do whitelisting, and a few other
> thing.
Are you *sure* that's true? I thought it was, but I went ahead and tried
adding a rule to my ~/.spamass
Oh, it may also have something to do with using "Header" instead of
"header" for the rule type.
C
On Thu, 2002-02-21 at 16:14, Craig Hughes wrote:
> More importantly though, you can't create rules in userprefs; you can
> only modify descriptions and scores, do whitelisting, and a few other
> thi
More importantly though, you can't create rules in userprefs; you can
only modify descriptions and scores, do whitelisting, and a few other
thing.
perldoc Mail::SpamAssassin::Conf
On Thu, 2002-02-21 at 15:46, Daniel Rogers wrote:
> On Thu, Feb 21, 2002 at 06:40:22PM -0500, Landy Roman wrote:
>
On Thu, 21 Feb 2002 15:46:58 -0800
Daniel Rogers <[EMAIL PROTECTED]> wrote:
> On Thu, Feb 21, 2002 at 06:40:22PM -0500, Landy Roman wrote:
> > Header TEST_FROM From =~ /adomainname/i
> > describe TEST_tandom this is a test rr
> > score TEST_FOR_SPAM 7.0
>
> The scond field needs to be the same
On Thu, Feb 21, 2002 at 06:40:22PM -0500, Landy Roman wrote:
> Header TEST_FROM From =~ /adomainname/i
> describe TEST_tandom this is a test rr
> score TEST_FOR_SPAM 7.0
The scond field needs to be the same for all three. ie:
Header MY_TEST_FROM From =~ /adomainname/i
describe MY_TEST_FROM th