You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move validation logic below processing of email address lists so that
email validation gets the proper email addresses. As a side effect,
some initialization needed to be moved down. In order for validation
and the actual email sending to have the same initial state, the
initialized variables that get modified by pre_process_file are
encapsulated in a new function.
This fixes email address validation errors when the optional
perl module Email::Valid is installed and multiple addresses are passed
in on a single to/cc argument like [email protected],[email protected].
A new test was added to t9001 to expose failures with this case in the
future.
Reported-by: Bagas Sanjaya <[email protected]>
Signed-off-by: Michael Strawbridge <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments