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
33994164
Commit
33994164
authored
May 11, 2021
by
IKEDA Soji
Browse files
Copyedit.
parent
ece39394
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
33994164
...
...
@@ -8948,7 +8948,6 @@ sub do_remove_arc {
wwslog('info', 'List %s, yyyy %s, mm %s, #message %s',
$in{'list'}, $in{'yyyy'}, $in{'month'});
# $in{'msgid'} = Sympa::Tools::Text::unescape_chars($in{'msgid'});
my @msgids = split /\0/, $in{'msgid'};
my @msg_subjects = split /\0/, $in{'msg_subject'};
...
...
@@ -9467,7 +9466,6 @@ sub do_arcsearch_id {
return undef;
}
#$in{'msgid'} = Sympa::Tools::Text::unescape_chars($in{'msgid'});
$param->{'msgid'} = $in{'msgid'};
$search->limit(1);
...
...
src/lib/Sympa/Archive.pm
View file @
33994164
...
...
@@ -405,14 +405,6 @@ sub html_remove {
'
-rmm
'
=>
$msgid
);
# Remomve urlized message.
my
$url_dir
=
$list
->
{'
dir
'}
.
'
/urlized/
'
.
Sympa::Tools::Text::
escape_chars
(
$msgid
);
my
$error
;
File::Path::
remove_tree
(
$url_dir
,
{
error
=>
\
$error
});
return
1
;
}
...
...
src/lib/Sympa/List.pm
View file @
33994164
...
...
@@ -1208,37 +1208,6 @@ sub get_recipients_per_mode {
next
;
}
#XXX Following will be done by ProcessOutgoing spindle.
# # Message should be re-encrypted, however, user certificate is
# # missing.
# if ($message->{'smime_crypted'}
# and not -r $Conf::Conf{'ssl_cert_dir'} . '/'
# . Sympa::Tools::Text::escape_chars($user->{'email'})
# and not -r $Conf::Conf{'ssl_cert_dir'} . '/'
# . Sympa::Tools::Text::escape_chars($user->{'email'} . '@enc')) {
# my $subject = $message->{'decoded_subject'};
# my $sender = $message->{'sender'};
# unless (
# Sympa::send_file(
# $self,
# 'x509-user-cert-missing',
# $user->{'email'},
# { 'mail' =>
# {'subject' => $subject, 'sender' => $sender},
# 'auto_submitted' => 'auto-generated'
# }
# )
# ) {
# $log->syslog(
# 'notice',
# 'Unable to send template "x509-user-cert-missing" to %s',
# $user->{'email'}
# );
# }
# next;
# }
# # Otherwise it may be shelved encryption.
if
(
$user
->
{'
reception
'}
eq
'
txt
')
{
if
(
$user
->
{'
bounce_address
'})
{
push
@tabrcpt_txt_verp
,
$user
->
{'
email
'};
...
...
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