Skip to content

Commit

Permalink
[Conf] Add one_shot to some specific multimap rules
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Apr 23, 2023
1 parent d178f7e commit 0a0e3f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/modules.d/multimap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ multimap {
symbol = "REDIRECTOR_URL";
description = "The presence of a redirector in the mail";
score = 0.0;
one_shot = true;
}

# Freemail Addresses
Expand All @@ -39,6 +40,7 @@ multimap {
symbol = "FREEMAIL_ENVRCPT";
description = "Envelope Recipient is a Freemail address";
score = 0.0;
one_shot = true;
}

freemail_from {
Expand All @@ -59,6 +61,7 @@ multimap {
symbol = "FREEMAIL_TO";
description = "To is a Freemail address";
score = 0.0;
one_shot = true;
}

freemail_cc {
Expand All @@ -69,6 +72,7 @@ multimap {
symbol = "FREEMAIL_CC";
description = "To is a Freemail address";
score = 0.0;
one_shot = true;
}

freemail_replyto {
Expand Down Expand Up @@ -98,6 +102,7 @@ multimap {
symbol = "DISPOSABLE_ENVRCPT";
description = "Envelope Recipient is a Disposable e-mail address";
score = 0.0;
one_shot = true;
}

disposable_from {
Expand All @@ -118,6 +123,7 @@ multimap {
symbol = "DISPOSABLE_TO";
description = "To a disposable e-mail address";
score = 0.0;
one_shot = true;
}

disposable_cc {
Expand All @@ -128,6 +134,7 @@ multimap {
symbol = "DISPOSABLE_CC";
description = "To a disposable e-mail address";
score = 0.0;
one_shot = true;
}

disposable_replyto {
Expand Down

0 comments on commit 0a0e3f3

Please sign in to comment.