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

Plugin postfix_mailvolume: counts failed delivery attempts repeatedly #941

Closed
sumpfralle opened this issue Mar 24, 2018 · 1 comment
Closed

Comments

@sumpfralle
Copy link
Collaborator

sumpfralle commented Mar 24, 2018

The plugin currently assumes that every item is delivered, whenever it enters the active queue.

It uses the following regular expression for this purpose: qmgr.*from=.*size=([0-9]+)

Thus multiple delivery attempts skew the calculated volume, even though the mail body was probably not sent (rejections usually occur before).

See Debian #675318.

@sumpfralle sumpfralle changed the title Plugin postfix_mailvolume: do not add up multiple failed delivery attempts Plugin postfix_mailvolume: counts failed delivery attempts repeatedly Mar 24, 2018
@sumpfralle
Copy link
Collaborator Author

fixed by #942

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

No branches or pull requests

1 participant