* [EMAIL PROTECTED] a écrit
> CHENG Gao <[EMAIL PROTECTED]> writes:
>
>> *On Mon, 16 Apr 2007 22:26:31 +0100
>> * [EMAIL PROTECTED] 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.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to