MyNixOS website logo
option

services.postfix.headerChecks

Postfix header checks.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    action = "REDIRECT [email protected]";
    pattern = "/^X-Spam-Flag:/";
  }
]