--On Monday, August 30, 2004 5:02 PM +0200 A Ve <av@xxxxxxxxxxxxxx> wrote:
System: Fedora2, Following Apps installed: spamassassin-2.63-8, postfix-2.1.4-4.fc2.
FYI, SA 3.0 rc2 is available. I'm running it on my FC2 systems and it's quite stable and much more effective than 2.63. I'd say that while all the 3.0 pre-releases had minor problems, all were also improvements over 2.63.
If you download the latest bz2, you can rebuild it into an RPM for FC2 with this script:
#!/bin/sh REALNAME=Mail-SpamAssassin-3.0.0.tar.bz2 [ -h ${REALNAME} ] && ln -fs Mail-SpamAssassin-3.0.0-rc2.tar.bz2 ${REALNAME} rpmbuild -ta --define 'srcext .bz2' --define 'release 0rc2' ${REALNAME}