semu.py and retry counts, configuration?

Use this forum for all questions related to bounce management of OpenEMM

Moderator: moderator

sp
Posts: 21
Joined: Mon Apr 12, 2010 2:04 pm

semu.py and retry counts, configuration?

Post 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.
sp
Posts: 21
Joined: Mon Apr 12, 2010 2:04 pm

Post 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)
Post Reply