Bowie Bailey wrote:
> Daniel Lemke wrote:
>   
>> Hi,
>>
>> I want to check some mails for their char count (will be part of a meta
>> rule) but spamassassin does hit the rule, even if the mail has less chars
>> than defined in regex.
>>
>> The regex was tested in Perl and was working fine, so what did I miss?
>>
>> body                 MY_BODY_SHORT_MAIL              /\A.{0,150}\z/s
>> describe             MY_BODY_SHORT_MAIL              Short Mail
>> score                        MY_BODY_SHORT_MAIL              0.1
>>   
>>     
>
> I assume you meant to say that it does NOT hit?
>
> Don't know what the problem is.  It works fine for me.
>   

I see now.  It's hitting on long messages too.  I saw it match the
subject line rather than the body.  I'm not quite sure why.  It works if
you change it to a rawbody match.

-- 
Bowie

Reply via email to