[Mimedefang] RFC822 From: header

Paul Whittney pwhittney at net.arrivetech.com
Fri Jun 10 14:52:50 EDT 2005


It's nice to see the MIMEDefang way of getting this, but it seems
that with the level of processing you want to do, and multiple
addresses, isn't the access database of sendmail the correct place?

You can even leave sendmail running when you put the access.db file
on the server (and if you use CVS, backtracking, and logging what and
why you're doing this isn't a bad idea either).

http://www.sendmail.org/m4/anti_spam.html#access_db

Sometimes I've even used:
person at somewhere.local	ERROR:"550 Denied. Please call: 123 345 6786"
site.idontwant.local	REJECT

I admit, regular expressions are a good reason to have it in MIMEDefang.

Not sure which is better... thoughts? 

Um, or have I missed the point somewhere?

-Paul

On Fri, Jun 10, 2005 at 01:17:35PM -0500, Jim McCullars wrote:
> 
> 
> On Fri, 10 Jun 2005, Steve Jordan wrote:
> 
> > We want to use the RFC822 From: header to reject mail purporting to be
> > from info at uic.edu and some other addresses. I can not find where this
> > information is available to me in mimedefang-filter. The RFC822 Subject:
> 
>    You will need to do this in filter_begin() or later, since the headers
> are not there until after the DATA phase:

--

Paul Whittney                                  ArriveTech, Inc.
Network Specialist / Systems Engineer         / |670 West 36th Street,
                                             /--|Erie, PA, 16508, USA
PWhittney [at] arrivetech.com (Main)        /   |www.arrivetech.com 
PWhittney [at] net.arrivetech.com (Aux)    /    |Tel: 814 868 3306



More information about the MIMEDefang mailing list