Files
relay/filtermail
Jagoda Estera Ślązak 82618de311 feat: Check incoming email return address (#72)
If the MAIL FROM doesn't match the From header,
we do not reject the mail, as this can be caused
by e.g. SRS forwarding. Instead, we reset the envelope
address, so it is reinjected as `MAIL FROM:<>`
to prevent sending a bounce message.

Closes #67

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
2026-02-25 16:20:08 +01:00
..
2026-01-14 18:12:22 +01:00
2026-01-21 17:22:19 +01:00
2026-01-19 16:49:50 +01:00
2026-02-16 09:50:55 +01:00
2026-02-16 09:50:55 +01:00

filtermail

Rust drop-in reimplementation of chatmaild's filtermail.

Usage

filtermail <config> (incoming|outgoing)

License

Code licensed under MIT.

Binaries distributed under GPL-3.0-or-later.