Im still learning spamdyke, and we are using it with QMAIL, and Im stuck on this one.
We have 5 distribution lists, lets call them emaila@domain.com, emailb@domain.com, etc., that receive messages from the same address, based on criteria lets call that sendera@domain.com.
Regardless of the destination, there are always the same details in my maillog when a message is received from sendera@domain.com. Here are the details
Jun 24 00:16:53 mail spamdyke[49849]: FILTER_WHITELIST_IP ip: 66.xxx.xxx.xxx file: /var/qmail/control/lists/w
hitelist_i
p(3)
Jun 24 00:16:53 mail spamdyke[49849]: ALLOWED from: sendera@domain.com to: emaila@domain.com origin_ip: 66.xxx.xxx.xxx origin_rdns: mailserver.domain.com auth: (unknown)
Jun 24 00:16:53 mail spamd[21324]: spamd: connection from localhost [127.0.0.1] at port 59444
Jun 24 00:16:53 mail spamd[21324]: Use of uninitialized value in concatenation (.) or string at /usr/local/bin/spamd line 2103, <GEN2442> line 2.
Jun 24 00:16:53 mail spamd[21324]: Use of uninitialized value in concatenation (.) or string at /usr/local/bin/spamd line 2108, <GEN2442> line 2.
Jun 24 00:16:53 mail spamd[21324]: Use of uninitialized value in scalar chomp at /usr/local/bin/spamd line 2115, <GEN2442> line 2.
Jun 24 00:16:53 mail spamd[21324]: spamd: processing message <prefix.mail.domaincolo.co
m> for emaila@domain.com:58
Jun 24 00:16:53 mail spamd[21324]: spamd: processing message <prefix.mail.domaincolo.co
m> for emaila@domain.com:58
Jun 24 00:16:58 mail spamd[21324]: spamd: clean message (-1.1/5.0) for emaila@domain.com:58 in 5.3 seconds, 1530 bytes.
Jun 24 00:16:58 mail spamd[21324]: spamd: result: . -1 - AWL,BAYES_05,RDNS_NONE scantime=5.3,size=1530,use
r=emaila@d
omain.com,
uid=58,req
uired_scor
e=5.0,rhos
t=localhos
t,raddr=12
7.0.0.1,rp
ort=59444,
mid=<prefi
x.mail.dom
aincolo.co
m>,bayes=0
.038585,au
tolearn=no
When I first noticed this entry, my assumption was that it was a rDNS issue but the rDNS does resolve from the sender domain. Oddly enough as well, mail from 1 of the 5 distribution lists was coming through although the message about AWL,BAYES_05,RDNS_NONE was displayed.
To test, I created a whitelist_ip entry for the IP of their mail server. It seems to have helped so we now receive e-mail from 2 of the 5 entries, but the message above still references the AWL,BAYES_05,RDNS_NONE. And, as a result, we are still not receiving messages from 3 of the 5 distribution lists.
It appears the whitelist_ip didnt give me the desired effect. Any advice on how I can make adjustments so that this e-mail comes through from this sender? Or, work with the sender so that they make adjustments so that mail will flow to us without adjusting our spam filters? My preference would be to have this fixed without having to maintain the whitelist_ip entry.