Hy,
After some months of optimizations, based on your Starting Guide, I still wasn't able to solve some questions I had. Probably you had already solved or also tried without success.
Generally your Guide was a very helpful step to start with PMG.
1- Mail::SpamAssassin:: Plugin:: Phishing
Since Spamassassin 3.4.2 there is a Plugin which should catch Phishing URL's from two "public managed" phishing lists.
This theoretically sounds clever and I would like to to run a test with this. But regardless what I did and how long I wait, there are no matches. Either this plugin is completely useless, because URL's are too unique, what I don't expect, or there is something I don't recognize.
Plugin is correctly loaded in Debug Output and don't show error. Lists are downloaded and configuration applied, like in official documentation. (I'm not allowed to posts links)
2- TxRep:
Recently I started to switch from AWL to the TxRep method of reputation scores. This is perfectly working.
I cannot say if it improves the spam filter a lot, but also don't downgrade them. And I hope they is getting better with more time.
But I don't found a solution to add X-Spam-Report Header into Tracking Center and don't fully know the Scores txRep applied. I only see, it was applied.
The Header is correctly added to Mail, but not logged to Maillog. I think because of special "pmg-smtp-filter" handling of logging.
Thanks!
Stefan
Edit: Smilies in Pluign name removed
Hi,
I did not use the Phishing plugin yet, however, if debug output shows the plugin been loaded and used, it looks like it's really too unique. For sure, I won't believe (similar to foreign spam import to bayes, which doesn't really work), that phish is the same as others phish, so in Germany you would get completely different phishing campaigns (Telekom, Vodafone, Post, VR-Bank, Sparkasse, ...) than in other countries, where other companies exist. Maybe you could try to send a mail with a phishing URL from the list and try, what PMG does with that.
The tracking center should contain lines like
Mar 23 09:29:36 mg pmg-smtp-filter[22131]: 20A655C95EE6F580CC: SA score=4/5 time=0.779 bayes=undefined autolearn=no autolearn_force=no hits=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HASHBL_EMAIL,HTML_MESSAGE,RCVD_IN_BRBL,RELAYCOUNTRY_BAD,SPF_HELO_PASS,SPF_PASS,URIBL_RED
but I'm unsure, if TxRep writes there (much). If AWL is been used, AWL is in the line of hits, if TxRep is writing something different to X-Spam-Report Header, you really won't see in tracking center. You may check your mail.log, if it's written there, you could adjust the tracking parser (however it's not really easy as it counts lines and columns to present in the tracking center, a bit of "dirty" code), if it's only in the headers, you won't have a chance (I know).
Regards,
Christian