From owner-freebsd-current Thu Oct 14 10: 8:29 1999 Delivered-To: freebsd-current@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 13869150C9 for ; Thu, 14 Oct 1999 10:08:04 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id TAA11757 for current@FreeBSD.ORG; Thu, 14 Oct 1999 19:08:02 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 745FB878D; Thu, 14 Oct 1999 18:41:45 +0200 (CEST) Date: Thu, 14 Oct 1999 18:41:45 +0200 From: Ollivier Robert To: current@FreeBSD.ORG Subject: Re: People getting automatically unsub'ed from -arch Message-ID: <19991014184145.A70485@keltia.freenix.fr> Mail-Followup-To: current@FreeBSD.ORG References: <199910110107.SAA22856@kithrup.com> <19991011124621.A3A0114BEB@hub.freebsd.org> <199910111534.JAA14592@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre2i In-Reply-To: <199910111534.JAA14592@mt.sri.com> X-Operating-System: FreeBSD 4.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Nate Williams: > How do you cause 'vacation' to not send messages to the list? Doesn't > the stock 'vacation' program as shipped in FreeBSD send them to the > list? It is supposed to notice that the mail has a Precedence: header and not send any vacation notice to any mail with one. -=-=- case 'P': /* "Precedence:" */ cont = 0; if (strncasecmp(buf, "Precedence", 10) || (buf[10] != ':' && buf[10] != ' ' && buf[10] != '\t')) break; if (!(p = index(buf, ':'))) break; while (*++p && isspace(*p)); if (!*p) break; if (!strncasecmp(p, "junk", 4) || !strncasecmp(p, "bulk", 4) || !strncasecmp(p, "list", 4)) exit(0); break; -=-=- The standard configuration for Majordomo is to add "Precedence: junk" to all mails. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #74: Thu Sep 9 00:20:51 CEST 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message