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

[17.0][ADD] mail_prevent_bounce_loop #1419

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

trisdoan
Copy link

No description provided.

Comment on lines +57 to +65

|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|

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in odoo this seems to be not well displayed:

image

Copy link
Contributor

@ajaniszewska-dev ajaniszewska-dev left a 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

Copy link
Member

@hbrunn hbrunn left a 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(
Copy link
Member

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

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.

None yet

3 participants