SpamStats - A Spam Statistics Reporting Package

Discussion in 'Developers' Forum' started by NightCoder, Jan 19, 2008.

?

Would a Spam Reporting tool be a plus for your ISP?

Poll closed Mar 4, 2008.
  1. Yes, finally, awesome!

    0 vote(s)
    0.0%
  2. Any new or differentiating feature is a plus

    5 vote(s)
    100.0%
  3. Users want Web, Mail and Rankings so this means nothing to them

    0 vote(s)
    0.0%
  4. Why did you bother? / We've already got one!

    0 vote(s)
    0.0%
  1. Feanwulf

    Feanwulf New Member

    Okay i found my error - regarding the command

    cp Stats.pm /home/admispconfig/.../...

    The directory i should copy that Stats.pm File was not availaible on my server (debian etch) so i created it which of course did not help because perl was not looking in my created directories.

    I remembered that i can check what spamassassin is doing with:

    Code:
    /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --lint
    Which gave me several errors, that Stats.pm is not in the right directory.

    After copying Stats.pm to

    Code:
    /home/admispconfig/ispconfig/tools/spamassassin/usr/share/perl/5.8.8/Mail/SpamAssassin/Plugin
    Everything worked like intented :)
     
  2. NightCoder

    NightCoder New Member

    Good to hear .. and good work.
     
  3. sonoracomm

    sonoracomm New Member

    Hi and thanks for this cool package.

    I got it installed and working quite easily and it's very interesting.

    However I have determined it is of quite limited use for me as I have tweaked my ISPC server configuration so that it uses a much-enhanced clamd A/V scanner to block the majority of spam before it gets to spamassassin, therefore greatly corrupting the statistics this tool provides. Bummer.

    Is there a way to add clamav stats to this?

    G
     
  4. matrixn

    matrixn New Member

    hello,

    i was thinking if there is a way to add daily statistics to spamstats... if yes.. what i have to modify... and where.

    thanks in advance
     

Share This Page