Hi,
When sending the Notify Email, Notify.Module checks email validity and add 1 to "failed attempts" in case off error. This feature is usefull to stop sending Email to bad Email address.
BUT, Notify.Module don't reset to 0 this counter in case of sucessfull sending.
So if Email problem exist, than disapear , than come back, than disapear , and so on => user will be banish of Notify !
Could "reset to 0" be added to module code ?
Cheers
Comments
Comment #1
derieppe commentedHi,
Nothing new on this request ?
Cheers.
Comment #2
Standart commentedI agree this should be fixed.
Comment #3
matt2000 commentedI'm not so sure... an email address keeps failing is likely to fail again, hence it is a 'bad' address, so I don't think it should be automatically reset because of one seemingly successful delivery.
However, in the Drupal 6 version, I have made the 'Attempts' field editable on /admin/user/user/notify , allowing the admin to manually reset.
Comment #4
derieppe commentedBug not fixed but not be corrected "by design" !
Could it be possible to correct this problem in the notify 5.x-1.1 version or deliver a patch to do that ?