Page 1 of 1

semu.py and retry counts, configuration?

Posted: Tue Jul 27, 2010 1:35 pm
by sp
Is there a way to configure OpenEMM in a way so that the python based Sendmail emulation stops retrying to send a soft bounced entry after a certain retry count (let's say 20) and marks it as a hard bounce then and opts out the recipient from the mailing list/all mailing lists?

I have seen "Removed expired entry" in the logs, but after 720 retries which is too long. Is this condition configurable?

Any help is welcome.

Posted: Tue Jul 27, 2010 9:02 pm
by sp
I've found how it's being dealt with.

The stuff is hard coded in the file semu.py and entries will be deleted from spool queue after 24h hours.

Code: Select all

expire = self.__getset ('K', now + 60 * 60 * 24)