Skip to content

Commit

Permalink
Merge pull request #1818 from dpc22/1737 by dpc22
Browse files Browse the repository at this point in the history
Stop "do_distribute" actions from Web interface from generating backscatter emails to sympa-request alias (#1737)
  • Loading branch information
ikedas authored Sep 6, 2024
2 parents 53bed18 + 737cadf commit c7482f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cgi/wwsympa.fcgi.in
Original file line number Diff line number Diff line change
Expand Up @@ -7598,6 +7598,10 @@ sub do_distribute {
$spool_mod->remove($handle, action => 'distribute');
}

# Don't need to do anything if all messages were filtered out
# by the "already_moderated" clause above.
return 'modindex' if (@mail_command == 0);

# Commands are injected into incoming spool directly with "md5"
# authentication level.
my $cmd_message = Sympa::Message->new(
Expand Down

0 comments on commit c7482f6

Please sign in to comment.