americanintel
Verified User
I have noticed far too many email being blocked lately and was seemingly getting worse....now I can't receive email at all.
The R=domain_filter is the only tell tale.
I have NO filters in place via DA, no sex filters, no domains, no keywords...nothing. I have nothing in my /etc/virtual blacklist or whitelist files. Yet I still get this filter error...doesn't make sense.
Domain has been changed to mydomain.com and my gmail address altered.
I've tried sending from other accounts and TO other accounts on the server... nada.
Here's an excerpt from my /var/log/exim/mainlog
2010-04-25 16:19:50 1O69Ew-00011U-8c <= [email protected] U=mail P=spam-scanned S=7974 id=l2p416b96571004251419gf83cefb6r625197b5b50b9b44@mail.gmail.com T="Fwd: New Private Message at Message Boards" from <[email protected]> for [email protected]
2010-04-25 16:19:50 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1O69Ew-00011U-8c
2010-04-25 16:19:50 1O69Ew-00011U-8c => discarded <[email protected]> R=domain_filter
2010-04-25 16:19:50 1O69Ew-00011U-8c Completed
2010-04-25 16:19:50 1O69Ev-00011Q-HD => brad <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=7845
2010-04-25 16:19:50 1O69Ev-00011Q-HD Completed
-------------
And my filter file in /etc/virtual/mydomain.com file:
# Exim Filter
# created by DirectAdmin, version 1.35.1
# Do not modify this file as any changes will be
# overwritten when the user makes a change.
# (data is only written to this file, not read)
if error_message then finish endif
if
$h_X-Spam-Status: contains "Yes,"
then
seen finish
endif
#end filter
And filter.conf for the same domain:
[root@server mydomain.com]# cat filter.conf
action=action=drop
adult=OFF
high_score=15
high_score_block=no
where=delete
[root@server mydomain.com]#
I've checked everything I know to check but am drawing a blank.
I even deleted the filter file for this domain and let DA recreate it... nothing.
The R=domain_filter is the only tell tale.
I have NO filters in place via DA, no sex filters, no domains, no keywords...nothing. I have nothing in my /etc/virtual blacklist or whitelist files. Yet I still get this filter error...doesn't make sense.
Domain has been changed to mydomain.com and my gmail address altered.
I've tried sending from other accounts and TO other accounts on the server... nada.
Here's an excerpt from my /var/log/exim/mainlog
2010-04-25 16:19:50 1O69Ew-00011U-8c <= [email protected] U=mail P=spam-scanned S=7974 id=l2p416b96571004251419gf83cefb6r625197b5b50b9b44@mail.gmail.com T="Fwd: New Private Message at Message Boards" from <[email protected]> for [email protected]
2010-04-25 16:19:50 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1O69Ew-00011U-8c
2010-04-25 16:19:50 1O69Ew-00011U-8c => discarded <[email protected]> R=domain_filter
2010-04-25 16:19:50 1O69Ew-00011U-8c Completed
2010-04-25 16:19:50 1O69Ev-00011Q-HD => brad <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=7845
2010-04-25 16:19:50 1O69Ev-00011Q-HD Completed
-------------
And my filter file in /etc/virtual/mydomain.com file:
# Exim Filter
# created by DirectAdmin, version 1.35.1
# Do not modify this file as any changes will be
# overwritten when the user makes a change.
# (data is only written to this file, not read)
if error_message then finish endif
if
$h_X-Spam-Status: contains "Yes,"
then
seen finish
endif
#end filter
And filter.conf for the same domain:
[root@server mydomain.com]# cat filter.conf
action=action=drop
adult=OFF
high_score=15
high_score_block=no
where=delete
[root@server mydomain.com]#
I've checked everything I know to check but am drawing a blank.
I even deleted the filter file for this domain and let DA recreate it... nothing.
Last edited: