Question about registration

overlord_q at hotmail.com overlord_q at hotmail.com
Wed Feb 25 08:22:42 CET 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

bogofilter version 0.16.4
~    Database: BerkeleyDB (3.2.9)


Currently I have bogofilter getting called through a maildrop config IE:

- ------------------
xfilter "bogofilter -u -e -p"
if (/^X-Bogosity: Yes, tests=bogofilter, spamicity=.*,/)
{
~        log "------------------- BogoFilter Spam"
~        log $MATCH
~        exception {
~                to "/home/ovrlrdq/Maildir/.Spam"
~        }
}
- -------------------


I have 2 subfolders of Spam .IsSpam and .NotSpam and have a script that
runs through them and rescores the email.

- --------------------
cd /home/ovrlrdq/Maildir/.Spam.NotSpam/new
for file in `ls`
do
~        /usr/local/bin/bogofilter -Sn < $file
~        /usr/local/bin/sa-learn --ham < $file > /dev/null
~        /usr/bin/maildrop /home/ovrlrdq/.mailfilter-nobogo < $file
~        rm $file
done
- ---------------------

this is run through a crontab and/or manually through a shell. I get a
newsletter from a site, and no matter how many times try to unregister
it is spam and/or register it as ham bogofilter always leaves this
little tidbit:

- --------------
X-Bogosity: Yes, tests=bogofilter, spamicity=1.000000, version=0.16.4
- --------------

Any help would be greatly appreciated.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAPE1CBX3yhCCebWwRAv5qAJ0VwVl8Sm/S75szfnVvJ4r6wivZOwCeJ9g7
C7PlAFVAQrJb2LJlRpdpf4I=
=sh+z
-----END PGP SIGNATURE-----




More information about the Bogofilter mailing list