Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
e2dec063
Unverified
Commit
e2dec063
authored
Dec 29, 2020
by
IKEDA Soji
Committed by
GitHub
Dec 29, 2020
Browse files
Merge pull request #1069 from ikedas/issue-1066_case_2bis
Fix regression in personalization feature (#1066): Case 2bis
parents
f7998749
213a07d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
e2dec063
...
...
@@ -14995,6 +14995,15 @@ sub do_send_mail {
}
my $l_message = $message->dup;
# - Shelve personalization.
if ( 'on' eq ($list->{'admin'}{'personalization_feature'} || 'off')
and 'none' ne
($list->{'admin'}{'personalization'}{'web_apply_on'} || 'none')) {
$l_message->{shelved}{merge} =
$list->{'admin'}{'personalization'}{'web_apply_on'};
}
$l_message->{envelope_sender} = $param->{'user'}{'email'};
$l_message->{sender} = $param->{'user'}{'email'};
$l_message->{md5_check} = 1;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment