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

long queue ids can be longer #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

tjspinks
Copy link

@tjspinks tjspinks commented Apr 9, 2018

attempted to use pyqmail only to discover that the qid regex check was failing to parse our logs due to 17 character qid. we apparently send a shit ton of mail.

worked around this issue for my installs. thought I would share in case anyone else has hit this

tjspinks added 2 commits April 9, 2018 13:32
the limit of 16 chars for a long queue id is artificially low. using postfix for large volume senders can easily overrun the 16 char limit.

removed the 16 char ceiling retaining the 11 char floor
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

Successfully merging this pull request may close these issues.

1 participant