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
861a3228
Unverified
Commit
861a3228
authored
Jun 24, 2021
by
Luc Didry
Browse files
🐛
— Bulk.pl didn't deliver mails if failed to personalize (#1174 followup)
parent
505d5154
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Message.pm
View file @
861a3228
...
...
@@ -1625,11 +1625,11 @@ sub personalize_text {
)
)
{
$log
->
syslog
(
'
err
',
'
info
',
'
Failed parsing template: %s
',
$template
->
{
last_error
}
);
return
undef
;
return
$body
;
}
return
$message_output
;
...
...
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