So I'm trying to understand the spamAssassin rules, and I found a couple of
things that don't make sense about the rules I downloaded.
1) Some of the header, body, and uri rules have regular expressions that are
not enclosed in '/' (ie. /pattern/i ). Instead they are enclosed with 'm'
followed b
Ok thanks all, I didn't realize the 'm' thing was part of Perl regex. I
came from using java regular expressions where I don't deal with the '/' and
'm' characters.
Bowie Bailey wrote:
>
> On 6/16/2011 11:05 AM, raiden031 wrote:
>> So I&