From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41888 Path: main.gmane.org!not-for-mail From: Chris Shenton Newsgroups: gmane.emacs.gnus.general Subject: Re: Anyone using DCC to block spam? How to config Gnus based on X-DCC-* ? Date: 12 Jan 2002 10:33:27 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87lmf34m9k.fsf@thanatos.shenton.org> References: <87advkpu46.fsf@thanatos.shenton.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035177214 8449 80.91.224.250 (21 Oct 2002 05:13:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:13:34 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 20123 invoked from network); 12 Jan 2002 15:34:58 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 12 Jan 2002 15:34:58 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16PQAD-0005Pd-00; Sat, 12 Jan 2002 09:33:45 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Jan 2002 09:33:38 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA04499 for ; Sat, 12 Jan 2002 09:33:27 -0600 (CST) Original-Received: (qmail 20093 invoked by alias); 12 Jan 2002 15:33:29 -0000 Original-Received: (qmail 20088 invoked from network); 12 Jan 2002 15:33:29 -0000 Original-Received: from a3.ebbed1.client.atlantech.net (HELO Thanatos.Shenton.Org) (209.190.235.163) by gnus.org with SMTP; 12 Jan 2002 15:33:29 -0000 Original-Received: (qmail 75935 invoked by uid 1000); 12 Jan 2002 15:33:28 -0000 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: Original-Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41888 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41888 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Gnus converts each header to a single line before > nnmail-split-methods is invoked. So ".*" does what you need. Beauty, this will do what I need, at least for simple regexp matches. Many thanks!