You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2023/05/30 11:13:39 UTC

[Bug 8136] New: SURBL checks on headers

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8136

            Bug ID: 8136
           Summary: SURBL checks on headers
           Product: Spamassassin
           Version: unspecified
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Rules
          Assignee: dev@spamassassin.apache.org
          Reporter: raymond@prolocation.net
  Target Milestone: Undefined

Hi!

We have extended the featureset of the MULTI list also to support header
material such as FROM and REPLY-TO when it comes to the domain parts.

This is related to all the HASHBL functions we will be releasing publicly soon.

suggested rule to activate this: 

header         URIBL_MULTI_SURBL_HEADERS       
eval:check_hashbl_emails('multi.surbl.org', 'raw/max=10/shuffle/host',
'ALLFROM/Reply-To', '^127\.0\.0\.\d+$')
priority       URIBL_MULTI_SURBL_HEADERS        -100
describe       URIBL_MULTI_SURBL_HEADERS        Domain found in surbl multi for
from or reply-to 

Thanks! Raymond - SURBL

-- 
You are receiving this mail because:
You are the assignee for the bug.