Gnus development mailing list
 help / color / mirror / Atom feed
From: "Johan Kullstam" <kullstam@ne.mediaone.net>
Subject: Re: Lowering spam Subjects ending like: [ ]+[0-9]+$
Date: 16 Dec 2000 18:43:57 -0500	[thread overview]
Message-ID: <m2wvd0orsy.fsf@euler.axel.nom> (raw)
In-Reply-To: Chris Shenton's message of "13 Dec 2000 09:29:56 -0500"

Chris Shenton <cshenton@OutBounderInc.com> writes:

> Seems there has been some spam software out there that sends mail with
> a subject then appends a bunch of spaces and then some presumably
> unique tracking number to the end, like:
> 
>         Don't miss this $700 Give Away                         15817
> 
> Is there a way to get Gnus to recognize these (preferably in all
> groups) and lower their score so I can skip over them? I've been doing
> it manually for each one I see with gnus-summary-lower-score (L S) and
> it's getting tiresome with the increase in spam.
> 
> My emacs regexp skills aren't stellar but I should be able to figure it out
> if I know where to begin. Looking for a pattern that ends with (say)
> 16 or more spaces then 4-6 digits, then the end of line.

i use this

((read-only t)
 ("subject"
  ;; auto spams
  ("  [0-9][0-9][0-9]+$" -10 nil r)))

this does 3 or more digits.  for me it seems to get rid of those
annoyance spammages.

-- 
J o h a n  K u l l s t a m
[kullstam@ne.mediaone.net]
Don't Fear the Penguin!



  parent reply	other threads:[~2000-12-16 23:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-13 14:29 Chris Shenton
2000-12-13 15:26 ` Kai Großjohann
2000-12-16 23:43 ` Johan Kullstam [this message]
2000-12-18 15:36   ` Chris Shenton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2wvd0orsy.fsf@euler.axel.nom \
    --to=kullstam@ne.mediaone.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).