[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT: razor blocking debian-user posts?



On Fri, Jul 12, 2002 at 07:46:17PM -0700, Paul Johnson wrote:
| On Fri, Jul 12, 2002 at 04:20:17PM -0500, Lance Simmons wrote:
| > razor-check has been blocking a _lot_ of email from debian-user in the
| > past few weeks. Is this happening to other people? Is there a solution?
| > I'm using version 1.20-1.
| 
| So far, the only ones I've seen nailed by razor are morons posting in
| HTML, unsubscribes misdirected at the list, and people sending without
| subjects.  Personally, I believe this is a Good Thing(tm).

Personally I don't use razor because it seemed like a waste of
resources (considering the effectiveness compared with the rest of SA
and the number of false hits it gave me).

For the subject thing :

########
if ( ${Subject:} =~ /^[:space:]*$|Unidentified subject\!|\(no subject\)|No Subject/ )
{
    if ( ! ( ${List-Post:} eq "" ) )
    {
        log "    List-Post: ${List-Post:}"
    }
    F=$BASE/junk/junk/
    `$HOME/bin/create_maildir.sh "$F"`
    to "$F"
}
########

(maildrop rule, it also invokes a shell script to create the maildir
iff it doesn't already exist since maildrop doesn't like that
situation)

-D

-- 
 
A Microsoft Certified System Engineer is to information technology as a
McDonalds Certified Food Specialist is to the culinary arts.
        Michael Bacarella commenting on the limited value of certification.
 
http://dman.ddts.net/~dman/

Attachment: pgpXN53xnsQHi.pgp
Description: PGP signature


Reply to: