sieve_6.yml 297 B

12345678910
  1. headline: lang.sieve_preset_6
  2. content: |
  3. require ["reject"];
  4. # Rejects are sent from postmaster@mailcow_hostname, make sure DMARC/SPF are fine
  5. # You should prefer rejects via mailcow blacklists
  6. reject text:
  7. I am not taking mail from you, and I don't
  8. want your birdseed, either!
  9. .
  10. ;