Since #66 is merged, outgoing filtermail logs unchecked address here:
|
log::debug!("Processing DATA message from {from_addr}"); |
The address is extracted from the From: header before any checks. Postfix only checks that MAIL FROM: corresponds to the username before giving the message to filtermail.
Since #66 is merged, outgoing filtermail logs unchecked address here:
filtermail/src/outbound.rs
Line 76 in e1edecc
The address is extracted from the
From:header before any checks. Postfix only checks thatMAIL FROM:corresponds to the username before giving the message to filtermail.