Hello, I'm hoping someone can help me....
I've got Spam Assassin installed and updated it with the SpamBlocker exim.conf file. But heres my problem.
When a message gets labeled as spam, it does get diverted to the SPAM Folder, but no autoreply gets sent. I tested it by sending a message from a mail server I have set up at home.. where the Dynamic IP address range is listed on SORBS list so it should get labeled as SPAM.
in my exim log, I received this:
2005-01-09 12:01:58 1CngRy-00047Z-DE <= [email protected] H=web41412.mail.yahoo.com [xx.xx.xx.xx] P=smtp S=2609 [email protected] T="Fwd: Hey Dude" from <[email protected]> for [email protected]
2005-01-09 12:01:59 1CngRy-00047c-PN <= [email protected] U=mail P=spam-scanned S=5108 [email protected] T="Fwd: Hey Dude" from <[email protected]> for [email protected]
2005-01-09 12:01:59 1CngRy-00047c-PN => /home/mmsi/.spamassassin/spam <[email protected]> F=<[email protected]> R=domain_filter T=address_file S=5265
2005-01-09 12:01:59 1CngRy-00047c-PN Completed
Should I be seeing something that gets send to the sender telling them how to get removed from my spam list?
I setup a page for users to get removed from and changed the example.com references in the exim.conf file. Did I miss a place somewhere?
heres where I replaced example.com:
# deny using from address in blacklist_domains blacklist
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
# only for domains that do want to be tested against RBLs
domains = +use_rbl_domains
sender_domains = +blacklist_domains
# deny using hostname or IP in bad_sender_hosts blacklist
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
# only for domains that do want to be stested against RBLs
domains = +use_rbl_domains
hosts = +bad_sender_hosts
# Deny unless sender address can be verified:
# This statement requires the sender address to be verified before any
# subsequent ACL statement can be used. If verification fails, the incoming
# recipient address is refused. Verification consists of trying to route the
# address, to see if a bounce message could be delivered to it. In the case of
# remote addresses, basic verification checks only the domain.
require verify = sender
# Deny stuff from insecure hosts & spammers. No exceptions for known users.
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
# only for domains that do want to be tested against RBLs
domains = +use_rbl_domains
# only smtp.dnsbl.sorbs.net = 127.0.0.5
dnslists = sbl-xbl.spamhaus.org : \
relays.ordb.org : \
dnsbl.sorbs.net=127.0.0.5
# Next deny stuff from more "fuzzy" blacklists
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
hosts = !+relay_hosts
domains =+use_rbl_domains
!authenticated = *
# dnslists not including spam.dnsbl.sorbs.net
dnslists = bl.spamcop.net : \
dnsbl.njabl.org : \
cbl.abuseat.org : \
dnsbl.sorbs.net!=127.0.0.6
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
domains =+use_rbl_domains
# rhsbl list is name based
dnslists = rhsbl.sorbs.net/$sender_address_domain
See anything obvious that I did wrong?
Thx
I've got Spam Assassin installed and updated it with the SpamBlocker exim.conf file. But heres my problem.
When a message gets labeled as spam, it does get diverted to the SPAM Folder, but no autoreply gets sent. I tested it by sending a message from a mail server I have set up at home.. where the Dynamic IP address range is listed on SORBS list so it should get labeled as SPAM.
in my exim log, I received this:
2005-01-09 12:01:58 1CngRy-00047Z-DE <= [email protected] H=web41412.mail.yahoo.com [xx.xx.xx.xx] P=smtp S=2609 [email protected] T="Fwd: Hey Dude" from <[email protected]> for [email protected]
2005-01-09 12:01:59 1CngRy-00047c-PN <= [email protected] U=mail P=spam-scanned S=5108 [email protected] T="Fwd: Hey Dude" from <[email protected]> for [email protected]
2005-01-09 12:01:59 1CngRy-00047c-PN => /home/mmsi/.spamassassin/spam <[email protected]> F=<[email protected]> R=domain_filter T=address_file S=5265
2005-01-09 12:01:59 1CngRy-00047c-PN Completed
Should I be seeing something that gets send to the sender telling them how to get removed from my spam list?
I setup a page for users to get removed from and changed the example.com references in the exim.conf file. Did I miss a place somewhere?
heres where I replaced example.com:
# deny using from address in blacklist_domains blacklist
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
# only for domains that do want to be tested against RBLs
domains = +use_rbl_domains
sender_domains = +blacklist_domains
# deny using hostname or IP in bad_sender_hosts blacklist
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
# only for domains that do want to be stested against RBLs
domains = +use_rbl_domains
hosts = +bad_sender_hosts
# Deny unless sender address can be verified:
# This statement requires the sender address to be verified before any
# subsequent ACL statement can be used. If verification fails, the incoming
# recipient address is refused. Verification consists of trying to route the
# address, to see if a bounce message could be delivered to it. In the case of
# remote addresses, basic verification checks only the domain.
require verify = sender
# Deny stuff from insecure hosts & spammers. No exceptions for known users.
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
# only for domains that do want to be tested against RBLs
domains = +use_rbl_domains
# only smtp.dnsbl.sorbs.net = 127.0.0.5
dnslists = sbl-xbl.spamhaus.org : \
relays.ordb.org : \
dnsbl.sorbs.net=127.0.0.5
# Next deny stuff from more "fuzzy" blacklists
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
hosts = !+relay_hosts
domains =+use_rbl_domains
!authenticated = *
# dnslists not including spam.dnsbl.sorbs.net
dnslists = bl.spamcop.net : \
dnsbl.njabl.org : \
cbl.abuseat.org : \
dnsbl.sorbs.net!=127.0.0.6
deny message = to unblock $sender_host_name see http://www.goheretogetunblocked.com/
domains =+use_rbl_domains
# rhsbl list is name based
dnslists = rhsbl.sorbs.net/$sender_address_domain
See anything obvious that I did wrong?
Thx