Bug 8136 - SURBL checks on headers
Summary: SURBL checks on headers
Status: NEW
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: unspecified
Hardware: PC Windows 10
: P2 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-30 11:13 UTC by Raymond Dijkxhoorn
Modified: 2023-05-30 11:13 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Dijkxhoorn 2023-05-30 11:13:39 UTC
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