Re: [htdig3-dev] Re: BeroList beefs


Gilles Detillieux (grdetil@scrc.umanitoba.ca)
Fri, 9 Apr 1999 11:53:55 -0500 (CDT)


According to Geoff Hutchison:
> At 5:35 PM -0400 4/8/99, Gilles Detillieux wrote:
> >with any list server, but with an up to date killfile, it should catch
> >all bounces.
>
> I've tried to keep it up to date. I merged in the killfile from the
> listserver at WSO (LetterRip), but I may have missed some potential
> problems.

Ooops, looks like we have some fallout already. First of all, this
patch to BeroList will prevent it from sending out Return-Receipt-To
headers.

--- list.c.retrcpt Thu Apr 8 16:51:36 1999
+++ list.c Fri Apr 9 11:15:20 1999
@@ -919,6 +919,7 @@ int main(int argc, char *argv[])
                    strncasecmp(header_line,"Subject: ",9)!=0 &&
                    strncasecmp(header_line,"From ",5)!=0 &&
                    strncasecmp(header_line,"Return-Path",11)!=0 &&
+ strncasecmp(header_line,"Return-Receipt-To:",18)!=0 &&
                    strncasecmp(header_line,"Received ",9)!=0 &&
                    strncasecmp(header_line,"Received: ",10)!=0 &&
                    strncasecmp(header_line,"Message-Id",10)!=0 &&

The patched and compiled list program is under my home directory on
htdig.org.

Too bad I didn't catch that on time to prevent Reynoso's mailbox from
filling up! I was also amazed at how many MTAs sent the return receipt
back to the Return-Path, when the proper e-mail address is right in the
Return-Receipt-To header. There's just a lot of bad software out there.
Anyway, here are the addtitions so far for the killfile, based on the
bad return receipts received so far:

postmaster@nz.eds.com
postmaster@ic.ac.uk
postmaster@apple.com
postmaster@ansto.gov.au
postmaster@co.henrico.va.us
postmaster@cdott.com
postmaster@centaur.de
postmaster@vv.se
postmaster@telmex.net

-- 
Gilles R. Detillieux              E-mail: <grdetil@scrc.umanitoba.ca>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
htdig3-dev@htdig.org containing the single word "unsubscribe" in
the SUBJECT of the message.



This archive was generated by hypermail 2.0b3 on Fri Apr 09 1999 - 10:01:38 PDT