Mark Martinec wrote:
>
>> And i appended these lines in SpamAssassin(local.cf):
>> header SPF_CHECK_FAIL Received-SPF =~ /^fail/
>> describe SPF_CHECK_FAIL SPF reports sender host as NOT permitted
>> score SPF_CHECK_FAIL 0.75
>> header SPF_CHECK_PASS Received-SPF =~ /^pass/
>> describe SPF_CHECK_PASS SPF reports sender host as permitted sender
>> score SPF_CHECK_PASS -2.5
>
> Case sensitivity: Pass != pass
>
> Either add the case-insensitivity flag to a regexp:
>
>   header SPF_CHECK_FAIL Received-SPF =~ /^fail/i
>
> or use proper case in a regexp.
It works now. Thanks Mark. ^_^

-- 
Best Regards.

Zhang Huangbin

- Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x:
  http://rhms.googlecode.com/


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to