Spammassassin check Razor2, Pyzor, DCC, but MailScanner not check

General eFa discussion
Post Reply
longlnk
Posts: 5
Joined: 28 Oct 2016 09:57

Spammassassin check Razor2, Pyzor, DCC, but MailScanner not check

Post by longlnk »

Hi all,
I have problem, Does it have bug?

When I test Spamassassin check DCC, Razor2, Pyzor -> OK

spamassassin -D razor2 < /usr/share/doc/spamassassin-3.4.1/sample-spam.txt

Result:

Code: Select all

Content analysis details:   (1003.1 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
1000 GTUBE                  BODY: Generic Test for Unsolicited Bulk Email
-0.0 NO_RELAYS              Informational: message was not relayed via SMTP
 1.1 DCC_CHECK              Detected as bulk mail by DCC (dcc-servers.net)
 2.0 PYZOR_CHECK            Listed in Pyzor (http://pyzor.sf.net/)
 0.0 DIGEST_MULTIPLE        Message hits more than one network digest check
-0.0 NO_RECEIVED            Informational: message has no Received headers
spamassassin -D pyzor < /usr/share/doc/spamassassin-3.4.1/sample-spam.txt

Result:

Code: Select all

Content analysis details:   (1003.1 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
1000 GTUBE                  BODY: Generic Test for Unsolicited Bulk Email
-0.0 NO_RELAYS              Informational: message was not relayed via SMTP
 1.1 DCC_CHECK             Detected as bulk mail by DCC (dcc-servers.net)
 2.0 PYZOR_CHECK            Listed in Pyzor (http://pyzor.sf.net/)
 0.0 DIGEST_MULTIPLE        Message hits more than one network digest check
-0.0 NO_RECEIVED            Informational: message has no Received headers
But I try send mail with content like as sample-spam.txt to MailScanner then it not check Razor2, Pyzor, DCC

Result:

Code: Select all

Oct 28 17:06:02 efa postfix/smtpd[31439]: warning: hostname static.vnpt.vn does not resolve to address 203.162.36.241
Oct 28 17:06:02 efa postfix/smtpd[31439]: connect from unknown[203.162.36.241]
Oct 28 17:06:02 efa postfix/smtpd[31439]: 9DB6B10005E: client=unknown[203.162.36.241]
Oct 28 17:06:02 efa postfix/cleanup[31443]: 9DB6B10005E: hold: header Received: from truc-pc (unknown [203.162.36.241])??by efa.vnpt.local (Postfix) with SMTP id 9DB6B10005E;??Fri, 28 Oct 2016 17:06:02 +0700 (ICT) from unknown[203.162.36.241]; from=<sender@example.net> to=<test1@msg.local> proto=SMTP helo=<truc-pc>
Oct 28 17:06:02 efa postfix/cleanup[31443]: 9DB6B10005E: message-id=<>
Oct 28 17:06:02 efa postfix/smtpd[31439]: disconnect from unknown[203.162.36.241] helo=1 mail=1 rcpt=3 data=1 commands=6
Oct 28 17:06:05 efa MailScanner[31305]: New Batch: Scanning 1 messages, 4172 bytes
Oct 28 17:06:05 efa MailScanner[31305]: Virus and Content Scanning: Starting
Oct 28 17:06:05 efa MailScanner[31305]: Spam Checks: Starting
Oct 28 17:06:08 efa MailScanner[31305]: Message 9DB6B10005E.AA806 from 203.162.36.241 (sender@example.net) to msg.local is spam, SpamAssassin (not cached, score=1003.988, required 4, FSL_HELO_NON_FQDN_1 0.00, GTUBE 1000.00, MISSING_MID 0.14, RCVD_IN_BRBL_LASTEXT 1.64, RDNS_NONE 1.27, SPF_FAIL 0.92, T_FILL_THIS_FORM_SHORT 0.01)
Oct 28 17:06:08 efa MailScanner[31305]: Spam Checks: Found 1 spam messages
Oct 28 17:06:08 efa MailScanner[31305]: Spam Actions: message 9DB6B10005E.AA806 actions are store
Oct 28 17:06:08 efa MailScanner[31305]: Deleted 1 messages from processing-database
Oct 28 17:06:08 efa MailScanner[31305]: Logging message 9DB6B10005E.AA806 to SQL
Oct 28 17:06:08 efa MailScanner[28478]: 9DB6B10005E.AA806: Logged to MailWatch SQL
Post Reply