[SOLVED] Is my spam trainer working? When a user marks a message as junk, /var/log/maillog outputs the following message:
Aug 16 14:00:52 MYDOMAIN postfix/smtp[5083]: 1F9417F84D2: to=, relay=127.0.0.1[127.0.0.1], delay=1
, status=sent (250 2.6.0 Ok, id=05460-07, from MTA([127.0.0.1]:10025): 250 Ok: queued as 11A5A7F84DF)
Aug 16 14:00:52 MYDOMAIN postfix/lmtp[5088]: 11A5A7F84DF: to=, relay=MYDOMAIN.com[MYIP],
delay=0, status=bounced (host MYDOMAIN.com[MYIP] said: 550 5.1.1 No such user here (in reply to RCPT TO command))
The mail shows up in the ham account, but the spam account is always empty. Is this normal? Is it normal to have a spam account named "spam.hqlqm.d1..@domain.com" with the 2 dots preceding it? |