Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

sspamm-2.8-1 RPM for noarch

From SourceForge / s / ss / sspamm / SspamM / 2.8

Name: sspamm Distribution: Custom
Version: 2.8 Vendor: Sami-Pekka Hallikas <semi@hallikas.com>
Release: 1 Build date: Wed May 5 12:55:19 2010
Group: System Environment/Daemons Build host: template.sspamm.com
Size: 211447 Source RPM: sspamm-2.8-1.src.rpm
Packager: Sami-Pekka Hallikas <semi@hallikas.com>
Url: http://sspamm.sf.net/
Summary: Semi's Spam Milter for Sendmail (python based)
Semi's Spam Milter (sspamm) is python based SPAM filter for Sendmail that
utilizes spambayes heurestic spam filtering and virus scanner (BitDefender,
not included).

Provides

Requires

License

BSD

Changelog

* Wed May 05 2010 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 2.8)
  - So much changes that I need to make diff of old version. Maybe it would be
    easier to call 3.0
* Tue May 09 2006 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 2.1)
  - Final fixes/updates added before first public release of 2.x series
* Thu Mar 02 2006 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 2.0)
  - Everything was fully rewrited from scratch!
* Sun Oct 23 2005 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 1.5)
  * Fri Jan 14 2005 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 1.3)
* Wed Sep 29 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 1.0)
  - Today is my birthday, so what could be better present for me than 1.0
    version of SSpamM. :) ... So it is time to release v1.0.
    filter is stabile and I have been working (running) with it almost for one
    year now. Nowdays over 10.000 mails are going thru my filter every day.
  - New feature: "Block IP" (under RBL). Personal blacklist.
  - New featuer: "No Flag Domain" parameter. If some filtered domains don't
    want to see "UNSURE:" text in subject line. This was hardcoded in last
    release, but now it is config option.
  - New feature: FromTo pairs ... Blocking and accepting (look for .conf for
    more information)
  - Vscan is also one thread now. Mail is entered in virus scanner queue when
    it arrives, so only one vscan is on memory now. If there is need for
    multiple simultaneous scanning, please let me know.
  - Logging has been moved to different thread, so there is no simultaneous
    writing in one destination. I've seen few times log line with another
    inside it.
  - Some unprintable chars is removed from logged subject
  - Major rewriting of: Domain/rule checking, word scan and bayesian scan.
  - Now you can also block HTML code. Like 'script encoding'
  - Debug parameter has been changed to verbose parameter.
* Wed Sep 15 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.9.9 (Beta))
  - New features: Blacklisting, Ignore by mail from/to.
  - Some code added for future releases (SPF, debug, etc)
  - LOTS of code cleanup. Now it should be more readable.
* Tue Aug 17 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.9.8 (Beta))
  - Summer is over. Has been long time when I had not updated Sourceforge,
    so it is time to update with new version. I'm planning to put also
    'work in progress' version to webpage, and automatic update for that.
    But let's see that later...
  - Well, I'm planning to move on Alpa state. Filter seems to be quite OK.
    'thou there is some problems when high count of mails come in at same
    time. When all those goes to Virus Scanner, scanner would kill system
    quite easily. Only way to prevent is to add sender/received to
    block/accept mode, so no scanning is done for those mails.
    ... Well, that is not correct way to fix this. But this is only minor
    problem, and I'm planning to do something to this when I have more time.
* Mon Jun 28 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.9.3 (Beta))
  - Bug/feature fixes
  - init script fixes
  - Added ham+word size. So big messages are trusted as HAM, also limit some
    words scans.
  - Added some code to prevent total crash of code. If one test fails in error
    should code skip it.
  - Disabled 'stripped oneliner' scan... It may be too powerfull if used with
    some regexp wordblocks.
* Tue Jun 15 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.9.1 (Beta))
  - Subject will be converted from MIME to 8bit clean before printing to log.
  - Working with improved Spam Scan code with RegExp "block word" lists.
    This SpamScan2 code is checked after spambayes, if it had no spam/bounce
    hit.
  - SpamScan2 handles also multipart messages. Those splitted and last text
    type message is considered as body of mail. All HTML messages are
    translated into plain text before processing.
  - "block word" scans entire message thru "part by part", and stops for first
    match. Parts to scan is: HTML Links, Subject, Body, Body as "one line",
    Body as "one line" with only [a-zA-Z0-9öäåÖÄÅ ].
* Mon May 24 2004 Sami-Pekka Hallikas <semi@hallikas.com>
  - Messages with 0 bytes body should be blocked, Who are sending messages
    without text, or even subject lines?
* Fri May 21 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.8.2 (Beta))
  - Too much to do, to little time to do it. Well, long time since I had some
    time for filter. But now I try make few improvements.
  - Fix/Feature: Bounced messages are saved + deleted by default. There is no
    need to pass them thru.
* Wed Apr 28 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.8.1 (Beta))
  - Fix: Sometimes there is same virus multiple times in same message. Edited
    so only one "hit" is shown.
* Thu Apr 22 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.8 (Beta))
  - Quick jump from v0.2 to v0.8. It seems that sspamm is stabile enough to be
    more near version 1 release.
  - Fix: strip extra spaces in log (virus infection had extra spaces)
  - Feature: Client mail (outgoing, passthru) should not be checked. So we are
    checking "domain ignore" also as "from domain", not only "to domain".
    Maybe I should rewrite this filter/watch/ignore domain to be more like
    "accept/block fromuser/touser".
* Wed Apr 21 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.2 (Beta))
  - Wohaa, about 70% of all code got rewrited, I modified 'flowing' quite
    much, to make it easier to handle. No more mailbox or log functions, just
    modify one place and it handles all.
* Thu Apr 01 2004 Sami-Pekka Hallikas <semi@hallikas.com> (Version: 0.01 (Beta))
  - Everything is working just fine. Now I just need to recode source for
    public release. Maybe I need to find way to configure sspamm with
    external configuration file, there is too many variables hardcoded.

Files

/etc/logrotate.d/sspamm
/etc/rc.d/init.d/sspamm
/etc/sspamm/sspamm.conf
/etc/sspamm/sspamm_common.db
/etc/sspamm/test-mail.var
/etc/yum.repos.d/sspamm.repo
/usr/bin/sspamm.py
/usr/share/doc/sspamm-2.8
/usr/share/doc/sspamm-2.8/README
/var/run/sspamm.pid
/var/run/sspamm.sock
/var/www/html/index.cgi


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jun 19 23:04:57 2013