From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13214 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: regexp syntax, nnmail split: "s1 not-followed-by s2" Date: 10 Dec 1997 17:15:00 -0500 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152620 8097 80.91.224.250 (20 Oct 2002 22:23:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:23:40 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id PAA31844 for ; Wed, 10 Dec 1997 15:23:32 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA04850 for ; Wed, 10 Dec 1997 17:25:48 -0600 (CST) Original-Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id XAA04979 for ; Wed, 10 Dec 1997 23:16:25 +0100 (MET) Original-Received: from ml1.ml.com ([199.201.57.130]) by wfdutilgw.ml.com (8.8.7/8.8.7/MLgwo-3.05) with ESMTP id RAA00377 for ; Wed, 10 Dec 1997 17:15:11 -0500 (EST) Original-Received: from commpost.ml.com (commpost.ml.com [146.125.4.24]) by ml1.ml.com (8.8.7/8.8.7/MLml4-2.08) with SMTP id RAA22347 for ; Wed, 10 Dec 1997 17:15:52 -0500 (EST) Original-Received: from d11-ev1.spspme.ml.com (d11-ev1.spspme.ml.com [192.168.111.4]) by commpost.ml.com (8.6.12/8.6.12) with ESMTP id RAA20634 for ; Wed, 10 Dec 1997 17:15:52 -0500 Original-Received: from spssunp.spspme.ml.com by d11-ev1.spspme.ml.com (SMI-8.6/SMI-4.1) id RAA21502; Wed, 10 Dec 1997 17:15:51 -0500 Original-Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-SVR4) id RAA29053; Wed, 10 Dec 1997 17:15:00 -0500 Original-To: (ding) GNUS Mailing List X-Face: ""xJff%{>hr-{:QXl"Xk2O@@(+F]e{"%EYQiW@mUuvEsL>=mx96j12qW[%m;|:B^n{J8k?Mz[K1_+H;$v,nYx^1o_=4M,L+]FIU~[[`-w~~xsy-BX,?tAF_.8u&0y*@aCv;a}Y'{w@#*@iwAl?oZpvvv X-Y-Zippy: I've read SEVEN MILLION books!! In-Reply-To: Karl Kleinpaste's message of "10 Dec 1997 12:27:39 -0500" Original-Lines: 26 X-Mailer: Gnus v5.5/XEmacs 20.4(beta9) - "Australian Goat" Xref: main.gmane.org gmane.emacs.gnus.general:13214 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13214 Karl Kleinpaste writes: > I want to experiment with an acquaintance's 2-rule anti-spam trap. If: > 1. Neither To: nor Cc: contains one's own address, and > 2. The origin is not a known mailing list, > then it's probably spam. I've got a bunch of other spam-avoidant > rules, but I'd like to try these out. Unfortunately, it's not clear > to me how I go about expressing a not-followed-by condition in a > regexp. Any suggestions? Check out the Gnus Info: Gnus -> Various -> Thwarting Email Spam It has a topic on exactly what you want to do. Basically, I end nnmail-split-fancy with this: ( .... (to "craffert" "mail.misc") "mail.auto.spam") -- Colin