Re: Stupid questions V 2.0

2011-06-27 Thread Martin Gregorie
On Mon, 2011-06-27 at 08:49 -0500, Daniel McDonald wrote: > > body __GREEN_LIAISON1 > /\b(?:proprietary|information|technology|renewables|alternative)\b/i > describe __GREEN_LIAISON1 Remove the emails with green tech spies > tflags __GREEN_LIAISON1 multiple > > body __GREEN_LIAISON2 > /\b(

Re: Stupid questions V 2.0

2011-06-27 Thread spixx_
rules? Or on perl regular expressions in general? If > you just want to understand perl regular expressions, there is no better > place to start than perldoc perlretut > > -- > Daniel J McDonald, CCIE # 2495, CISSP # 78281 > > > > -- View this message in context: http://old.nabble.com/Stupid-questions-V-2.0-tp31909247p31937863.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: Stupid questions V 2.0

2011-06-27 Thread Daniel McDonald
On 6/27/11 1:53 AM, "spixx_" wrote: > > Thank you! This what was I was looking for! > > rawbody Not certain why you are using rawbody. I might suggest you use subtests and tflags multiple: E.g: body __GREEN_LIAISON1 /\b(?:proprietary|information|technology|renewables|alternative)\b/i d

Re: Stupid questions V 2.0

2011-06-26 Thread spixx_
at using meta rules > for logically combining rules with 'and' and 'or'. See "man > Mail::Spamassassin::Conf". > > > /Per Jessen, Zürich > > > -- View this message in context: http://old.nabble.com/Stupid-questions-V-2.0-tp31909247p31934928.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: Stupid questions V 2.0

2011-06-23 Thread Bowie Bailey
On 6/23/2011 3:38 AM, spixx_ wrote: > Hello! > I have started down the path of creating my own rulesets for a spamassassin > install. My questions is simple. If I for instance want to match on sevral > words how do I do that? SpamAssassin uses Perl regular expressions. There is lots of informati

Re: Stupid questions V 2.0

2011-06-23 Thread spixx_
the regexp or is it just > "standard" regexp?! I cannot find any info on howto write rules other > than: match on this exact word... > > Regards Spixx > -- View this message in context: http://old.nabble.com/Stupid-questions-V-2.0-tp31909247p31910210.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: Stupid questions V 2.0

2011-06-23 Thread Per Jessen
spixx_ wrote: [snip] > Is there a guide or intro or documentation on the regexp or is it just > "standard" regexp?! I cannot find any info on howto write rules other > than: match on this exact word... It is a standard regexp. You will also want to look at using meta rules for logically combinin

Stupid questions V 2.0

2011-06-23 Thread spixx_
Really the same Is there a guide or intro or documentation on the regexp or is it just "standard" regexp?! I cannot find any info on howto write rules other than: match on this exact word... Regards Spixx -- View this message in context: http://old.nabble.com/Stupid-questions-V