diff options
| -rw-r--r-- | ansible/roles/postfix/files/sender_access | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/ansible/roles/postfix/files/sender_access b/ansible/roles/postfix/files/sender_access index de00a8e..55f0cf5 100644 --- a/ansible/roles/postfix/files/sender_access +++ b/ansible/roles/postfix/files/sender_access @@ -1,3 +1,5 @@  # Managed by Ansible [email protected]          REJECT +emails.buzzfeed.com                      REJECT Sorry, we're not feeling it today. +flippa.com                               REJECT Please try sending this mail to a brick wall. +email.crosswalk.com                      REJECT I'm starting to think your email is a personal attack on my sanity. Please stop. | 
