Browse Source

Merge pull request #5413 from dragoangel/patch-11

Add FREEMAIL_REPLYTO_NEQ_FROM rule
pull/5483/head
Vsevolod Stakhov 7 months ago
committed by GitHub
parent
commit
2d109abf2b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      conf/composites.conf

6
conf/composites.conf

@ -171,6 +171,12 @@ composites {
description = "Message exhibits strong characteristics of advance fee fraud (AFF a/k/a '419' spam) involving freemail addresses";
group = "scams";
}
FREEMAIL_REPLYTO_NEQ_FROM {
expression = "FREEMAIL_REPLYTO & !REPLYTO_EQ_FROM & !REPLYTO_ADDR_EQ_FROM & !FREEMAIL_REPLYTO_NEQ_FROM_DOM";
score = 2.0;
policy = "leave";
description = "Reply-To is a Freemail address and it not match From header or SMTP From, also From is not another Freemail";
}
SUSPICIOUS_MDN {
expression = "(FREEMAIL_MDN | DISPOSABLE_MDN) & !(FREEMAIL_FROM | FREEMAIL_ENVFROM)";
score = 2.0;

Loading…
Cancel
Save