mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #3] parse_amavis will not collect my mail.log data #2
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grufo on GitHub (Feb 26, 2013).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/3
Originally assigned to: @darold on GitHub.
My mail.log file looks like that:
Feb 26 09:43:26 mail2 amavis[9360]: (09360-09) SPAM, 1C70DA8@mafia.ro -> evi.leyssens@topistik.com, Yes, score=16.685 tag=0 tag2=6.31 kill=6.31 tests=[BAYES_99=3.5, FSL_HELO_DEVICE=0.806, FUZZY_CPILL=0.001, HELO_LH_HOME=1.736, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MIME_HTML_ONLY=0.723, RCVD_IN_BRBL_LASTEXT=1.449, RCVD_IN_RP_RNBL=1.31, RCVD_IN_XBL=0.375, URIBL_BLACK=1.725, URIBL_DBL_SPAM=1.7, URIBL_JP_SURBL=1.25, URIBL_WS_SURBL=1.608, URI_NOVOWEL=0.5] autolearn=spam, quarantine dtB5+2MguKHm (spam@topistik.local)
Feb 26 09:43:26 mail2 amavis[9360]: (09360-09) Blocked SPAM, [217.133.62.152] [217.133.62.152] 1C70DA8@mafia.ro -> evi.leyssens@topistik.com, quarantine: spam@topistik.local, Message-ID: 20130226094315.B2634A839EDE6A150008.A09514@speedtouch.lan, mail_id: dtB5+2MguKHm, Hits: 16.685, size: 3721, 4737 ms
Feb 26 09:43:26 mail2 amavis[9360]: (09360-09) sending SMTP response: "250 2.7.0 Ok, discarded, id=09360-09 - SPAM"
Feb 26 09:43:26 mail2 postfix/smtp[9767]: E692E2F006CF: to=evi.leyssens@topistik.com, relay=127.0.0.1[127.0.0.1]:10024, delay=5.2, delays=0.44/0/0/4.7, dsn=2.7.0, status=sent (250 2.7.0 Ok, discarded, id=09360-09 - SPAM)
But nothing will be listed in sendmailanalyzer's amavis statistik page.
Any idea why?
(Ubuntu 12.04, amavisd-new 2.6.5, postfix 2.9.3-2, sendmailanalyzer 8.7)
Thx a lot - great tool!
@darold commented on GitHub (Mar 10, 2013):
Hi,
Sorry for the response delay, this issue is normally fixed in last commit
f0831fa, please give it a try.Regards,