Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 351 Bytes

File metadata and controls

16 lines (11 loc) · 351 Bytes

OpenSMTPd Filter

Remove Received header from incoming mails, e.g., to obfuscate the source address of a moving device.

Inspired by postfix's (more restrictive) header_checks, e.g.:

/^Received: .* example.org/ IGNORE

See also