Opened 8 years ago
Closed 8 years ago
#12764 closed defect (fixed)
Subscribers without RecipientMatcher and from header in mail ignore use_short_addr and smtp_default_domain options
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.2 |
Component: | notification | Version: | 1.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fix |
||
API Changes: | |||
Internal Changes: |
Description
Currently, RecipientMatcher
class handles use_short_addr
and smtp_default_domain
options in [notification]
. It means subscriptions from subscribers without RecipientMatcher
ignore their options.
For example, NewTicketSubscriber
in CookBook/Notification/Subscriptions@11.
I consider the handling should move to EmailDistributor.distribute()
.
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
I rebased and refactored the branch. I'm going to push to 1.2-stable if no objections.
comment:3 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Proposed changes in jomae.git@t12764 but it is unable to remove
RecipientMatcher.match_recipients
from existent ticket subscribers because it needs to solveauthenticated
from values in ticket properties (reporter, owner, cc).