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

Bounce mail gets undedected #10

Open
vankampenp opened this issue Jul 6, 2018 · 0 comments
Open

Bounce mail gets undedected #10

vankampenp opened this issue Jul 6, 2018 · 0 comments

Comments

@vankampenp
Copy link

Maybe I am doing something wrong, but a clear bounce message is not recognized as such.
I am reading messages from a dedicated mailbox:
foreach (var uid in uids) {
var message = await inbox.GetMessageAsync (uid);
and than processing the message:
var result = BounceDetector.Detect(message);

This returns as not a bounce message for

Could not deliver message to the following recipient(s):

Failed Recipient: huhhup123124@gmail.com
Reason: Remote host said: 550 5.1.1 The email account that you tried to reach does not exist. Please try
5.1.1 double-checking the recipient's email address for typos or
5.1.1 unnecessary spaces. Learn more at
5.1.1 https://support.google.com/mail/?p=SuchUser 4-v6si5409935edh.451 - gsmtp

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