I have several rbls listed in smtpd_client_restrictions
, but this only checks the client IP against the RBLS. Is there any way to get postfix to check each Recieved:
line against the RBL like spamassassin does?
Spamassassin tags blacklisted IPs in Received:
as RCVD_IN_BL_xxx
.
I'm assuming a content filter needs to be added. I could write one but would like to know if any such thing already exists.
Postfix - RBL check behind relayhost is somewhat related.