How do I stop the Spam that I am getting in my Email?

Rule 1:
We check the validity of the sending email address. If it is spoofed, we reject the message.

Rule 2:
We check incoming mail against several spam lists. If the message originated from an IP address included in one of the spam lists, we place a spam warning in the message header, like this:


X-DUL-Warning: 207.182.139.148 is in blacklist sbl.spamhaus.org


Therefore, you can now easily implement a mail filter to reject messages that contain the spam warning by checking all incoming messages for the string: X-DUL-Warning in the message header.

We do not automatically discard suspected spam messages because as great a tool as spam lists are, they may ocasionally block legitimate mail. Therefore, we provide the necessary spam filtering tools and let the account owner decide whether to use them or not.


You can find spam Assassin in your cpanel and configure it accordingly.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I login to Cpanel?

http://www.yourdomain/cpanel/If you are behind a firewall, port 2082 must be open. We're sending...

How do I set up my Email account using Microsoft Outlook?

Important: First, make sure you have created a New Email Account in CPanel. In this tutorial we...

What is an Email Auto Responder?

Email auto responders will automatically send a customized auto response(that you compose) to any...

What is the path to my cgi-bin?

/home/username/public_html/cgi-bin/