name = "FORGED_RECIPIENTS_MAILLIST";
expression = "FORGED_RECIPIENTS & -MAILLIST";
}
+composite {
+ name = "FORGED_SENDER_MAILLIST";
+ expression = "FORGED_SENDER & -MAILLIST";
+}
composite {
name = "FORGED_MUA_OUTLOOK_MAILLIST";
expression = "FORGED_MUA_OUTLOOK and MAILLIST";
}
symbol {
weight = 0.0;
- description = "Recipients are not the same as RCPT TO: mail command, but from maillist";
+ description = "Recipients are not the same as RCPT TO: mail command, but a message from a maillist";
name = "FORGED_RECIPIENTS_MAILLIST";
}
+ symbol {
+ weight = 0.0;
+ description = "Sender is not the same as MAIL FROM: envelope, but a message is from a maillist";
+ name = "FORGED_SENDER_MAILLIST";
+ }
symbol {
weight = 2.0;
description = "Forged Exchange messages ";