fetchmail-friends
[Top] [All Lists]

[fetchmail] Auth Failure mail notification

2002-09-26 04:53:04
Hi,
It doesn't work since in fetchmail-6.1.0:driver.c:1093
the test
          if (run.poll_interval
          && ctl->wehavesentauthnote
          && ((ctl->wehaveauthed && ++ctl->authfailcount == 10)
              || ++ctl->authfailcount == 3)
          && !open_warning_by_mail(ctl, (struct msgblk *)NULL))
always fails.
It should be changed to
          if (run.poll_interval
          && !ctl->wehavesentauthnote
          && ((ctl->wehaveauthed && ++ctl->authfailcount == 10)
              || ++ctl->authfailcount == 3)
          && !open_warning_by_mail(ctl, (struct msgblk *)NULL))

jonathan
BTW. I tried to subscribe to fetchmail-friends today but got back no response. So please copy me in any followup.



<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail] Auth Failure mail notification, Jonathan Buschmann <=