Re: [SAtalk] testing spam

2002-02-22 Thread Landy Roman
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

Re: [SAtalk] testing spam

2002-02-22 Thread Greg Ward
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

Re: [SAtalk] testing spam

2002-02-22 Thread Craig R Hughes
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

Re: [SAtalk] testing spam

2002-02-22 Thread Greg Ward
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

Re: [SAtalk] testing spam

2002-02-21 Thread Craig Hughes
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

Re: [SAtalk] testing spam

2002-02-21 Thread Craig Hughes
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: >

Re: [SAtalk] testing spam

2002-02-21 Thread Landy Roman
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

Re: [SAtalk] testing spam

2002-02-21 Thread Daniel Rogers
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