-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +++ Raghavendra Bhat [linux-india] <02/01/02 16:42 +0530>: > As an aside, I have this tool called as 'razor' installed. I can report > spam mails to the site, which keeps a database of such reports. The > question is, can I extract the headers from this database to be used in > my .mailfilterrc ? > Mailfilter works only on POP3 servers, FYI.
Assuming you install razor on the same place you are popping your mails from you might try something similar to this. If you want something a bit more exhaustive than Razor, try Vernon Schryver's DCC <http://www.rhyolite.com/dcc/> ... this is the most accurate detector of bulk mail (note - not necessarily spam ... stuff like legit mailing mailing lists arriving to several of your users is also bulk mail - but you can basically whitelist known sources of legit bulk mail) -srs - -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #024 -**< Sub : NumLock ON at boot >**- To turn numlock on automatically for a few consoles at boot: #!/bin/sh # Use setled program. This script INITTY=/dev/tty[3-6] # will turn *Numlock* on for con- for tty in $INITTY; do # soles 3 through 6 only ... Fire setleds -D +num < $tty # this script in rc.local/ equiv- done # alent for your distro -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Finger mallet<@>efn.org for key iD8DBQE8MvVeRB4r9e3t77kRAvkcAJ9RK8QfeIDykluDa86Sr8KzUBVmlACgmdo/ FIqJIwXLk6gQXpCj90i5UBw= =P2rB -----END PGP SIGNATURE----- _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
