Re: Loop of the evil

Werner Reisberger <[email protected]> Sun, 07 Mar 2004 10:34:39 +0100
Newsgroups gmane.mail.smartlist.user
Message-ID <[email protected]>
On Mon, Mar 01, 2004 at 11:36:45PM +0100, Francois wrote:
> Well, I manage many smartlist lists on my server, and I never found solution 
> again the "the infinite loop" in the case of a 'yahoo|hotmail|other' 
> maintainer's mailbox full
> In this case, the first error for the list goes to the maintainer mailbox, 
> bounces back to the list, starting a new loop.
 
Do you use the latest SmartList release? I remember that this problem
was addressed some years ago but I am not sure whether the fix has gone
in an official release.

The following lines should catch the error:

  :0 w
  | formail -R"From X-From_:" -iDate: -iReturn-Receipt-To:
  -iRead-Receipt-To: \
  -iAcknowledge-To: | \
   $SENDMAIL $fOPT $sendmailOPTnorm $sendmailOPTp $maintainer

  :0 wfh
  | formail -A"X-Diagnostic: Maintainer $maintainer could not be
               reached"

  HOST=continue_with_../.etc/rc.post

Werner