-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
[17.0][ADD] mail_prevent_bounce_loop #1419
base: 17.0
Are you sure you want to change the base?
Conversation
80e1b21
to
2134855
Compare
|
||
|no_bounce_email| | ||
|
||
To never send email notification when receiving auto-reply email from a | ||
specific email address identified as an auto-reply address, you can tick | ||
is_automatic_reply_address as below: | ||
|
||
|is_automatic_reply| | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
functional test for automatic reply ok, minor comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still believe the correct way to handle this is https://github.com/OCA/social/tree/12.0/mail_autogenerated_header and I wonder why this never made it into Odoo core.
no_bounce_email = fields.Boolean( | ||
help="When checked, bounced emails will not be forwarded to this address" | ||
) | ||
is_automatic_reply_address = fields.Boolean( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find this name a little misleading, better use one that expresses what this does, as in no_chatter_forward
or similar
@hbrunn i am trying here: odoo/odoo#180156 |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.