Discussion of books and various other resources about Lisp
-
Paul Donnelly
- Posts: 148
- Joined: Wed Jul 30, 2008 11:26 pm
Post
by Paul Donnelly » Sat Aug 09, 2008 3:53 pm
Hmm, I don't find spam filtering to be especially difficult. This does well for me. It's not 100%, but it cuts the spam down to a trickle that barely registers.
Code: Select all
(("from"
("sneaker" -1000 nil s)
("watches" -1000 nil s)
("sales" -1000 nil s)
("handbags" -1000 nil s)
("thermate" -1000 nil s)
("bleachbot" -1000 nil s)
("wholesale" -1000 nil s))
("subject"
("cmsg cancel" -1000 nil s)
("adidas" -1000 nil s)
("shoes" -1000 nil s)
("Gucci" -1000 nil s)
("www.top-saler.com" -1000 nil s)
("www.world-wholesaler.com" -1000 nil s))
("body"
("top-saler" -1000 nil s)
("wholesaler" -1000 nil s)
("Wholesale" -1000 nil s)
("watch actress profile" -1000 nil s)))
-
xma
- Posts: 14
- Joined: Mon Jul 28, 2008 6:36 am
- Location: France
Post
by xma » Sun Aug 10, 2008 12:37 am
Paul Donnelly wrote:Hmm, I don't find spam filtering to be especially difficult. This does well for me. It's not 100%, but it cuts the spam down to a trickle that barely registers.
Code: Select all
(("from"
("sneaker" -1000 nil s)
("watches" -1000 nil s)
("sales" -1000 nil s)
("handbags" -1000 nil s)
("thermate" -1000 nil s)
("bleachbot" -1000 nil s)
("wholesale" -1000 nil s))
("subject"
("cmsg cancel" -1000 nil s)
("adidas" -1000 nil s)
("shoes" -1000 nil s)
("Gucci" -1000 nil s)
("www.top-saler.com" -1000 nil s)
("www.world-wholesaler.com" -1000 nil s))
("body"
("top-saler" -1000 nil s)
("wholesaler" -1000 nil s)
("Wholesale" -1000 nil s)
("watch actress profile" -1000 nil s)))
Looks like Gnus filtering rules. Is this the case ?
-
Paul Donnelly
- Posts: 148
- Joined: Wed Jul 30, 2008 11:26 pm
Post
by Paul Donnelly » Sun Aug 10, 2008 3:10 am
xma wrote:Looks like Gnus filtering rules. Is this the case ?
Yes. Perhaps I should have said so, but I figured that it would be obvious to a Gnus user and useless to anyone else.
-
david.hilton
- Posts: 5
- Joined: Thu Jul 03, 2008 5:53 am
Post
by david.hilton » Tue Aug 12, 2008 9:17 pm
If you subscribe to comp.lang.lisp through google groups and receive digests, the spam goes through.
However, what happens if you get each message delivered individually? Would gmail apply its spam filters to the traffic?