Dylan Winslow
01-02-2008, 12:42 PM
In article <drache-2B51A4.16350001012008@news.airstreamcomm.net>,
erilar <drache@chibardun.net.invalid> wrote:
> How do you set a filter for this garbage creator?
Using MT-Newswatcher, I find that filtering on this regular expression
works well:
M[^a-z0-9]*I[^a-z0-9]*5[^a-z0-9]*P[^a-z0-9]*e[^a-z0-9]*r[^a-z0-9]*s
--
Dylan Winslow
If you can't be part of the solution, be part of the problem.
erilar
01-02-2008, 04:09 PM
In article <dylanw-93CA72.10424202012008@news.giganews.com>,
Dylan Winslow <dylanw@xmission.dot.com> wrote:
> In article <drache-2B51A4.16350001012008@news.airstreamcomm.net>,
> erilar <drache@chibardun.net.invalid> wrote:
>
> > How do you set a filter for this garbage creator?
>
> Using MT-Newswatcher, I find that filtering on this regular expression
> works well:
>
> M[^a-z0-9]*I[^a-z0-9]*5[^a-z0-9]*P[^a-z0-9]*e[^a-z0-9]*r[^a-z0-9]*s
Since that's my newsreader, I'll have to try that.
--
Mary Loomer Oliver (aka Erilar)
You can't reason with someone whose first line of argument is
that reason doesn't count. --Isaac Asimov
Erilar's Cave Annex: http://www.chibardun.net/~erilarlo
PumpkinEscobar
01-06-2008, 09:28 PM
In article <drache-231AFE.15092102012008@news.airstreamcomm.net>,
erilar <drache@chibardun.net.invalid> wrote:
> In article <dylanw-93CA72.10424202012008@news.giganews.com>,
> Dylan Winslow <dylanw@xmission.dot.com> wrote:
>
> > In article <drache-2B51A4.16350001012008@news.airstreamcomm.net>,
> > erilar <drache@chibardun.net.invalid> wrote:
> >
> > > How do you set a filter for this garbage creator?
> >
> > Using MT-Newswatcher, I find that filtering on this regular expression
> > works well:
> >
> > M[^a-z0-9]*I[^a-z0-9]*5[^a-z0-9]*P[^a-z0-9]*e[^a-z0-9]*r[^a-z0-9]*s
>
> Since that's my newsreader, I'll have to try that.
I tried this but I still get the spam. Wxactly which filter do I set
this in, please.
Thanks.
--
Dylan Winslow
01-07-2008, 08:27 AM
In article <pescobar-D317E5.21281806012008@news.comcast.net>,
PumpkinEscobar <pescobar@nospam.net> wrote:
> In article <drache-231AFE.15092102012008@news.airstreamcomm.net>,
> erilar <drache@chibardun.net.invalid> wrote:
>
> > In article <dylanw-93CA72.10424202012008@news.giganews.com>,
> > Dylan Winslow <dylanw@xmission.dot.com> wrote:
> >
> > > In article <drache-2B51A4.16350001012008@news.airstreamcomm.net>,
> > > erilar <drache@chibardun.net.invalid> wrote:
> > >
> > > > How do you set a filter for this garbage creator?
> > >
> > > Using MT-Newswatcher, I find that filtering on this regular expression
> > > works well:
> > >
> > > M[^a-z0-9]*I[^a-z0-9]*5[^a-z0-9]*P[^a-z0-9]*e[^a-z0-9]*r[^a-z0-9]*s
> >
> > Since that's my newsreader, I'll have to try that.
>
> I tried this but I still get the spam. Wxactly which filter do I set
> this in, please.
>
> Thanks.
Try this:
#
# These filters were exported from MT-NewsWatcher
#
# Version: 3.5.3b2
# Date: Monday, January 7, 2008
#
# You can drag this text into the Filters window of MT-NewsWatcher
# to import these filters.
#
GROUP=.
KEPT=kFalse
#
STRING=M[^a-z0-9]*I[^a-z0-9]*5[^a-z0-9]*P[^a-z0-9]*e[^a-z0-9]*r[^a-z0-9]*
s
HEADER=subject
MATCH=kRegExp
EXPIRE=180
IGNORECASE=kTrue
SCORE=0
LABEL=33
#
Good luck.
--
Dylan Winslow
If you can't be part of the solution, be part of the problem.