committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-09-04 09:19:01 +03:00
parent dac424ac1f
commit 0ea67db15e
97 changed files with 375 additions and 144 deletions

View File

@@ -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
@@ -39,6 +40,7 @@ multimap {
symbol = "FREEMAIL_ENVRCPT";
description = "Envelope Recipient is a Freemail address";
score = 0.0;
one_shot = true;
}
freemail_from {
@@ -59,6 +61,7 @@ multimap {
symbol = "FREEMAIL_TO";
description = "To is a Freemail address";
score = 0.0;
one_shot = true;
}
freemail_cc {
@@ -69,6 +72,7 @@ multimap {
symbol = "FREEMAIL_CC";
description = "To is a Freemail address";
score = 0.0;
one_shot = true;
}
freemail_replyto {
@@ -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 {
@@ -118,6 +123,7 @@ multimap {
symbol = "DISPOSABLE_TO";
description = "To a disposable e-mail address";
score = 0.0;
one_shot = true;
}
disposable_cc {
@@ -128,6 +134,7 @@ multimap {
symbol = "DISPOSABLE_CC";
description = "To a disposable e-mail address";
score = 0.0;
one_shot = true;
}
disposable_replyto {