This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Another "Spammers" question

Put the domains to be blocked in the exim.blockedsenders file. This will block mail from mail clients which ignore the refusal from Exim at the MAIL FROM: stage of the SMTP protocol, but will block them at the RCPT TO: stage.

John


This thread was automatically locked due to age.
Parents Reply Children
  • OK!  I got this to work!

    The wildcard is....... *

    Go figure.  So *.cheese.com will block:

    spam1.cheese.com
    spam2.cheese.com
    spam3.cheese.com

    BUT NOT 

    cheese.com

    so you should probably use both.

    Now I recommend *.cheese.com
    (careful to use  ^ the dot)
    and NOT *cheese.com
    because you may want to block
    sex.com and not
    deusex.com.

    Got it?