ebizindia
- Total activity 137
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
Comments
Recent activity by ebizindia-
Thanks so much. I have some limitations: 1. The space is taken up by emails saved by the client for a long time. So excluding files is not an option. 2. I do not have shell access. I can only ope...
-
Thanks Michael. In my case, every time I see that text in the subject, the mail is spam. I am requesting opinion of other fellow members here to validate the logic.
-
Thanks Stormy. However please note that I have set up filters to delete these mails but the filter does not seem to work. That is my primary concern here.
-
I did the following and it is not working (FWIW, I use Exim and Mailscanner both): I changed the Exim filter to cpanel_exim_filter_custom In this file, I have the following: if "$header_from:" e...
-
Ref: Exim custom filter The code below does not stop the mail from someone@gmail.com. Any clue? I restarted Exim after saving the custom filter and it is also set as the custom filter in the WHM E...
-
Nice one. Thanks Michael. I have applied the custom filter option and it seems to work. Do you suggest having one if with several ORs or several blocks, each with one rule?
-
I have developed a cron script that will delete all spam emails older than a given number of days. You can test it manually and then set up a cronjob. /usr/bin/find /home/cpanel_username/mail/domai...
-
Return-Path: <nobody@server.com>Delivered-To: rbothra@example.comReceived: from server.com by server.com with LMTP id MKL/MrKdamUUSBUAwVFGGA (envelope-from <nobody@server.com>) for <rbo...
-
Checked. There is no error in the script. We have the From Address set correctly. However, an additional header gets added - "sender" with value Kernel Overflow user <nobody@servername.com" We are ...
-
There is an extra sender header added which we want to avoid.