From owner-freebsd-isp Thu May 4 12:10:57 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (Postfix) with ESMTP id 6DF0237C276 for ; Thu, 4 May 2000 12:10:54 -0700 (PDT) (envelope-from jer@jorsm.com) Received: by mercury.jorsm.com (Postfix, from userid 1850) id DA969E4A11; Thu, 4 May 2000 14:10:52 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mercury.jorsm.com (Postfix) with ESMTP id BB634E0C02 for ; Thu, 4 May 2000 14:10:52 -0500 (CDT) Date: Thu, 4 May 2000 14:10:52 -0500 (CDT) From: Jeremy Shaffner To: freebsd-isp@FreeBSD.ORG Subject: Re: VIRUS WARNING In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 4 May 2000, Ben C. O. Grimm wrote: > >> For anyone using Postfix: > >> in /etc/postfix/main.cf > >> header_checks = regexp:/etc/postfix/love_access > >> in /etc/postfix/love_access: > >> /^Subject:.*ILOVEYOU/ REJECT > > >This regexp needs to be fixed. An attempt to subscribe to the list > >resulted in a bounced confirmation: > >May 4 13:18:11 mercury postfix/cleanup[52605]: warning: 35482E4A4A: > >reject: header Subject: confirm subscribe to > >antiloveyou@virusalerts.ivision.co.uk > > The docs say: > > # By default, matching is case-INsensative, although following > # the second slash with an 'i' will reverse this. > > So > > /^Subject:.*ILOVEYOU/i REJECT > If anyone's not already filtering on Content-Type instead of Subject, and you don't want to reject warnings, etc: /^Subject:.*ILOVEYOU$/i REJECT -Jeremy --- Jeremy Shaffner System Administrator JORSM Internet jer@jorsm.com http://www.jorsm.com/~jer/pgp.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message