RE: adding score for email from noreply@

2008-09-04 Thread Derek Harding
On Wed, 2008-09-03 at 14:13 +1200, Michael Hutchinson wrote: > Check out http://wiki.apache.org/spamassassin/WritingRules for writing > custom rules. I learnt how to do it from that page, and then by looking > at how everyone else makes rules (check out the ones that already come > with Spamassassi

RE: adding score for email from noreply@

2008-09-02 Thread Michael Hutchinson
> -Original Message- > From: Derek Harding [mailto:[EMAIL PROTECTED] > Sent: 3 September 2008 1:48 p.m. > To: Curtis LaMasters > Cc: users@spamassassin.apache.org > Subject: Re: adding score for email from noreply@ > > On Tue, 2008-08-26 at 14:31 -0500, Curtis

Re: adding score for email from noreply@

2008-09-02 Thread Derek Harding
On Tue, 2008-08-26 at 14:31 -0500, Curtis LaMasters wrote: > I'm having a pretty hard time with this one for some reason, mainly > because I don't understand regex. I have a large number of emails > that are getting past my spamassassin setup (Maia Mailguard 1.02a) as > well as my Barracuda. I wo

RE: adding score for email from noreply@

2008-08-27 Thread Bowie Bailey
mouss wrote: > Bowie Bailey wrote: > > Curtis LaMasters wrote: > > > I'm having a pretty hard time with this one for some reason, > > > mainly because I don't understand regex. I have a large number > > > of emails that are getting past my spamassassin setup (Maia > > > Mailguard 1.02a) as well as

RE: adding score for email from noreply@

2008-08-27 Thread Bowie Bailey
John Hardin wrote: > > http://oreilly.com/catalog/9780596528126/ Excellent book. -- Bowie

Re: adding score for email from noreply@

2008-08-26 Thread McDonald, Dan
On Tue, 2008-08-26 at 16:00 -0500, Curtis LaMasters wrote: > What is the i for after reply/ ? case Insensitive > Would just general research for perl expressions be helpful for me? Yes. perldoc perlretut is a great place to start. -- Daniel J McDonald, CCIE #2495, CISSP #78281, CNX Austin E

Re: adding score for email from noreply@

2008-08-26 Thread mouss
Bowie Bailey wrote: Curtis LaMasters wrote: I'm having a pretty hard time with this one for some reason, mainly because I don't understand regex. I have a large number of emails that are getting past my spamassassin setup (Maia Mailguard 1.02a) as well as my Barracuda. I would like to add a sc

Re: adding score for email from noreply@

2008-08-26 Thread John Hardin
On Tue, 26 Aug 2008, Curtis LaMasters wrote: What is the i for after reply/ ? Case-insensitive match. Would just general research for perl expressions be helpful for me? I guessing so since Spamassassin uses perl as it's language of choice. Learning how regular expressions work is a very

Re: adding score for email from noreply@

2008-08-26 Thread Curtis LaMasters
What is the i for after reply/ ? Would just general research for perl expressions be helpful for me? I guessing so since Spamassassin uses perl as it's language of choice. Thanks for your input. Curtis LaMasters http://www.curtis-lamasters.com http://www.builtnetworks.com

Re: adding score for email from noreply@

2008-08-26 Thread Curtis LaMasters
Excellent, Much easier than I was expecting. Thank you very much. I'll get to testing. Curtis LaMasters http://www.curtis-lamasters.com http://www.builtnetworks.com

RE: adding score for email from noreply@

2008-08-26 Thread Bowie Bailey
Curtis LaMasters wrote: > I'm having a pretty hard time with this one for some reason, mainly > because I don't understand regex. I have a large number of emails > that are getting past my spamassassin setup (Maia Mailguard 1.02a) as > well as my Barracuda. I would like to add a score to email fr

adding score for email from noreply@

2008-08-26 Thread Curtis LaMasters
I'm having a pretty hard time with this one for some reason, mainly because I don't understand regex. I have a large number of emails that are getting past my spamassassin setup (Maia Mailguard 1.02a) as well as my Barracuda. I would like to add a score to email from [EMAIL PROTECTED] I'm not ask