RE: More info from bounces

2003-07-31 Thread Noel J. Bergman
Attached is a VERP class which basically has a simple embedded matcher framework. The provided implementation uses regex parsing. The code comes with a driver containing VERP examples in ASF-style, original djb style (http://cr.yp.to/proto/verp.txt), and Jason's iNovem-style. Mark might consider

RE: More info from bounces

2003-07-31 Thread Vincenzo Gianferrari Pini
I'll have a look on this subject, and see what it takes to add it to the Bounce mailet. August vacations allowing :-) Vincenzo > -Original Message- > From: Serge Knystautas [mailto:[EMAIL PROTECTED] > Sent: giovedi 31 luglio 2003 15.26 > To: James Developers List > Subject: Re: More info

RE: More info from bounces

2003-07-31 Thread Jason Webb
We implemented a EzMLM like bounce system for our MLM... The VERP (return address) looks like: [EMAIL PROTECTED] Or in your case [EMAIL PROTECTED] We then run the following state machine: If you bounce back 10 in 3 days we will warn you. Note that if this is bounced back we just log it and carry o

Re: More info from bounces

2003-07-31 Thread Serge Knystautas
Noel J. Bergman wrote: The motivation for this is to recognize soft bounces (mailbox full, mail servers down) from hard bounces Servers should probably not be sending a bounce, or at least a non-RFC 1894 bounce, for a soft error. VERP seems to be somewhat predicated upon bounces being permanent, a