Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runner process spins if missing local rule #6

Closed
poolpOrg opened this issue Jun 19, 2012 · 2 comments
Closed

runner process spins if missing local rule #6

poolpOrg opened this issue Jun 19, 2012 · 2 comments
Assignees

Comments

@poolpOrg
Copy link
Member

Runner process spinning observed on poolp.org secondary MX

It seems to be related to a missing rule to match local domain, causing local mail to be sent using MTA.

needs to be investigated

@ghost ghost assigned poolpOrg Jun 19, 2012
@poolpOrg
Copy link
Member Author

Ok, issue investigated, subtle:

If we have a MX loop where we send to ourselves using MTA AND we bounce AND the bounce is to be sent to ourselves (using MTA), we detect the loop, we detect the bounce loop and runner seems to abort but we have an envelope in queue that is to be delivered to MTA and that never has its retry count and last try date set (which makes it immediately reschedulable).

I don't know what causes that yet but as soon as we have retry count and last try date set, the spinning should disappear.

@poolpOrg
Copy link
Member Author

fixed by eric ... one liner diff ... I should slap myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant