info-gnus-english
[Top][All Lists]
Advanced

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

Re: Killing/hiding news crossposted to gmane.spam.detected


From: Slackrat
Subject: Re: Killing/hiding news crossposted to gmane.spam.detected
Date: Sat, 21 Apr 2007 11:19:17 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

* graham@gorgeous.org a écrit
> CHENG Gao <chenggao@gmail.com> writes:
>
>> *On Mon, 16 Apr 2007 22:26:31 +0100
>> * graham@gorgeous.org climbed out of the dark hell and cried out:
>>
>>> I don't want to see articles which are crossposted to
>>> gmane.spam.detected.  How is this achieved?
>>>
>>> I'm using recent-ish CVS GNU Emacs.
>>>
>>>
>>> Graham
>>
>> Below is what I borrowed from some NG article. Sorry I forgot who posted
>> this so I can not give credit now.
>>
>> In Group buffer, “W e” to open all.SCORE, and put in
>>
>> (
>>   ("xref"
>>     ;; Gmane helps remove spam.
>>     ("gmane.spam.detected" -1000 nil s)
>>   )
>> )
>
> What command is "W e" bound to?  It doesn't do anything in the Gnus I
> am using.
>
>
> Graham

This seems to work well enough for me:

;; MAIL SPLITTING.
;; ##############

;; Zap Dupes
;; #########
(setq nnmail-treat-duplicates 'delete)

;; No crossposting
;; ie Quit distributing after first match
;; ######################################
(setq nnmail-crosspost nil)


-- 
Slackrat [no 4q for direct email]
-
Claiming that your operating system is the best in the world because
more people use it is like saying McDonalds makes the best food in
the world.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]