symbol = "REDIRECTOR_URL";
description = "The presence of a redirector in the mail";
score = 0.0;
+ one_shot = true;
}
# Freemail Addresses
symbol = "FREEMAIL_ENVRCPT";
description = "Envelope Recipient is a Freemail address";
score = 0.0;
+ one_shot = true;
}
freemail_from {
symbol = "FREEMAIL_TO";
description = "To is a Freemail address";
score = 0.0;
+ one_shot = true;
}
freemail_cc {
symbol = "FREEMAIL_CC";
description = "To is a Freemail address";
score = 0.0;
+ one_shot = true;
}
freemail_replyto {
symbol = "DISPOSABLE_ENVRCPT";
description = "Envelope Recipient is a Disposable e-mail address";
score = 0.0;
+ one_shot = true;
}
disposable_from {
symbol = "DISPOSABLE_TO";
description = "To a disposable e-mail address";
score = 0.0;
+ one_shot = true;
}
disposable_cc {
symbol = "DISPOSABLE_CC";
description = "To a disposable e-mail address";
score = 0.0;
+ one_shot = true;
}
disposable_replyto {