Hello list!

I've run into the exact opposite issue found here and I've been pounding my 
head for the past week: http://mailing-list.nuclearelephant.com/1613.html

Anyways,

When I send mail to [EMAIL PROTECTED], the message is retrained. However, if 
I send to [EMAIL PROTECTED], I get the following error even though there is 
a valid dspam signature at the bottom of the message (which is also in the 
sql database):

+ + + mail log + + +
Jan 11 01:34:09 shadow dspam[9665]: Signature retrieval 
for '1000,45a6030289301689212860' failed
Jan 11 01:34:09 shadow dspam[9665]: Unable to find a valid signature. 
Aborting.
Jan 11 01:34:09 shadow dspam[9665]: process_message returned error -5.  
dropping message.

File: /etc/postfix/main.cf
smtpd_recipient_restrictions =
 check_recipient_access pcre:/etc/postfix/maps/dspam-train

dspam-train_destination_recipient_limit = 1

File: /etc/postfix/mastar.cf
dspam-train   unix    -       n       n       -       10      pipe
 flags=Ru user=dspam argv=/usr/bin/dspam
 --client
 --class=$nexthop
 --source=error
 --deliver=innocent,spam
 --user $recipient -i -f $sender -- $recipient

File: /etc/postfix/maps/dspam-train
/^(.*)-train\@(.*)$/ FILTER dspam-train:$1

The above file is hashed with postmap.

Again... I can train ham, just not spam so I am a bit puzzled.

Any input would be appreciated.

Thanks

Reply via email to