Actions
Bug #19352
closedIllegal address when no replyTo configured
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
In relation to #19147 :
[2021-04-12 12:26:43] ERROR change-validation - Error when trying to send email for change request status update from ‘changeRequestCreated’ to ‘Pending validation’ <- An error occured. Cause was: AddressException: Illegal address
Updated by François ARMAND over 3 years ago
- Related to User story #1947: Add a readme file compatible with github added
Updated by François ARMAND over 3 years ago
The problem is with replyTo field that should not be empty because underlying javax.mail library doesn't handle well that case.
Workaround: add at least one reply-to addresse.
Updated by François ARMAND over 3 years ago
- Status changed from New to In progress
Updated by François ARMAND over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/377
Updated by François ARMAND over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|7696dd5832c32eb1e69558365acb5d3b118ff3a0.
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1-1.10 which was released today.
Actions