Re: Spamassassin Rule Scores

2014-04-28 Thread Matus UHLAR - fantomas
>On 4/24/2014 6:12 AM, emailitis.com wrote: >>Also, in the maillog, I would like to see spamd show not just the >>tests, but the scores of each. On Sunday 27 April 2014 at 19:03, Matus UHLAR - fantomas wrote: add_header all Report _REPORT_ On 27.04.14 19:10, Antony Stone wrote: Doesn't this

Re: Spamassassin Rule Scores

2014-04-27 Thread Antony Stone
On Sunday 27 April 2014 at 19:03, Matus UHLAR - fantomas wrote: > >On 4/24/2014 6:12 AM, emailitis.com wrote: > >>Also, in the maillog, I would like to see spamd show not just the > >>tests, but the scores of each. > > I believe that > > add_header all Report _REPORT_ > > in your user_prefs doe

Re: Spamassassin Rule Scores

2014-04-27 Thread Matus UHLAR - fantomas
On 4/24/2014 6:12 AM, emailitis.com wrote: Also, in the mailllog, I would like to see spamd show not just the tests, but the scores of each. At present we get just: spamd[7403]: spamd: result: Y 4 - DKIM_SIGNED,HTML_MESSAGE,MIME_HTML_ONLY,T_DKIM_INVALID,T_REMOTE_IMAGE scantime=2.8,size=60575

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 2:14 PM, Axb wrote: IMO this should be configurable as it could break stats/loggers/etc The change right now just adds additional API functions. Nothing uses them. spamd could be configured to use them and should be a configuration option, I agree.

Re: Spamassassin Rule Scores

2014-04-24 Thread Axb
On 04/24/2014 07:44 PM, Kevin A. McGrail wrote: On 4/24/2014 1:34 PM, David F. Skoll wrote: On Thu, 24 Apr 2014 13:28:56 -0400 "Kevin A. McGrail" wrote: Keeping more in the like and kind with the existing code in PMS, wouldn't this be closer to what you need? Completely untested but passed t

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 1:34 PM, David F. Skoll wrote: On Thu, 24 Apr 2014 13:28:56 -0400 "Kevin A. McGrail" wrote: Keeping more in the like and kind with the existing code in PMS, wouldn't this be closer to what you need? Completely untested but passed tests. Sure... I'm not picky about how it's imple

Re: Spamassassin Rule Scores

2014-04-24 Thread David F. Skoll
On Thu, 24 Apr 2014 13:28:56 -0400 "Kevin A. McGrail" wrote: > Keeping more in the like and kind with the existing code in PMS, > wouldn't this be closer to what you need? Completely untested but > passed tests. Sure... I'm not picky about how it's implemented. ;) Just so long as there's an

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 11:04 AM, David F. Skoll wrote: We integrate with SpamAssassin at the Perl library level, and we reach into the innards to get at the test scores. Here's our code: my $conf = $sa_status->{conf} || {}; my $scores = $conf->{scores} || {}; my $testnames = join(

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 11:37 AM, Benny Pedersen wrote: Kevin A. McGrail skrev den 2014-04-24 17:30: Ahhh... Well not sure it warrants going on the list. I like the idea but need someone to step forward and implement it and I don't think enough will care. replyed private lots of idears, no coders :(

Re: Spamassassin Rule Scores

2014-04-24 Thread Benny Pedersen
Kevin A. McGrail skrev den 2014-04-24 17:30: Ahhh... Well not sure it warrants going on the list. I like the idea but need someone to step forward and implement it and I don't think enough will care. replyed private lots of idears, no coders :(

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 11:28 AM, Benny Pedersen wrote: Kevin A. McGrail skrev den 2014-04-24 17:12: Sounds like overkill without enough demand, personally... only thing i see here is that you writed to me personally Ahhh... Well not sure it warrants going on the list. I like the idea but need someone

Re: Spamassassin Rule Scores

2014-04-24 Thread Benny Pedersen
Kevin A. McGrail skrev den 2014-04-24 17:12: Sounds like overkill without enough demand, personally... only thing i see here is that you writed to me personally

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 11:06 AM, Benny Pedersen wrote: Kevin A. McGrail skrev den 2014-04-24 16:50: Always love people submitting patches! or opensource with think like: make syslog plugin, make it basicly same options as in add_header just for sysloging then each admin can make there own login form

Re: Spamassassin Rule Scores

2014-04-24 Thread Benny Pedersen
Kevin A. McGrail skrev den 2014-04-24 16:50: Always love people submitting patches! or opensource with think like: make syslog plugin, make it basicly same options as in add_header just for sysloging then each admin can make there own login format based on same tags as in add_header i wo

Re: Spamassassin Rule Scores

2014-04-24 Thread David F. Skoll
On Thu, 24 Apr 2014 10:50:25 -0400 "Kevin A. McGrail" wrote: > I don't believe that functionality exists. Feel free to submit a > patch to add the option, etc. though. Always love people submitting > patches! We integrate with SpamAssassin at the Perl library level, and we reach into the innar

Re: Spamassassin Rule Scores

2014-04-24 Thread Kevin A. McGrail
On 4/24/2014 6:12 AM, emailitis.com wrote: Can someone tell me how we can find out the Spamassassin rule scores? Best way is to view the applicable 50_scores.cf directly, i.e. /var/lib/spamassassin/3.004000/updates_spamassassin_org/50_scores.cf for 3.4.0 in the default location. Also, in th

Re: Spamassassin Rule Scores

2014-04-24 Thread Axb
On 04/24/2014 02:00 PM, emailitis.com wrote: Thank you very much Antony, I had been looking at http://spamassassin.apache.org/tests.html before which is where the "Tests" menu goes to from the page you gave me of https://spamassassin.apache.org/tests_3_3_x.html. I'm not yet mad which is reassu

RE: Spamassassin Rule Scores

2014-04-24 Thread Benny Pedersen
emailitis.com skrev den 2014-04-24 14:00: Can anyone help with how to get scores showing in the maillog as well? this needs a patch to spamassassin to support syslog but spampd does what you want note not spamc/spamd

RE: Spamassassin Rule Scores

2014-04-24 Thread emailitis.com
w to get scores showing in the maillog as well? Kind Regards, Christoph -Original Message- From: Antony Stone [mailto:antony.st...@spamassassin.open.source.it] Sent: 24 April 2014 11:27 To: users@spamassassin.apache.org Subject: Re: Spamassassin Rule Scores On Thursday 24 Apri

Re: Spamassassin Rule Scores

2014-04-24 Thread Antony Stone
On Thursday 24 April 2014 at 11:12, emailitis.com wrote: > Can someone tell me how we can find out the Spamassassin rule scores? https://spamassassin.apache.org/tests_3_3_x.html Antony -- I want to build a machine that will be proud of me. - Danny Hillis, creator of The Connection Machine