# grep 'FORGED_RECIPIENTS {' /root/rspamdadmin.configdump -A3
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
--
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
--
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
--
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
--
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
--
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
--
FORGED_RECIPIENTS {
weight = 2.0;
description = "Recipients are not the same as RCPT TO: mail command";
}
Now... I don't know how to check if it was triggered more than once. But I don't think it was triggered more than once, because I would see values other than 14 in the logs... and I only see 14...
What do you mean by "Composite in the default configuration replaces these symbols with FORGED_RECIPIENTS_MAILLIST. Not apparent why this doesn't happen for you. " ? Thanks!