bundles/postfix: add feature to block email recipients

This commit is contained in:
Franzi 2024-01-21 11:43:43 +01:00
parent 57c76e5eba
commit ee58509e93
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,3 @@
% for address in sorted(blocked):
${address} REJECT
% endfor