services.postfix.headerChecks

Postfix header checks.

Type
list of (submodule)
Default
[ ]
Example
[
  {
    action = "REDIRECT spam@example.com";
    pattern = "/^X-Spam-Flag:/";
  }
]
Declared
<nixpkgs/nixos/modules/services/mail/postfix.nix>