Skip to content

Commit

Permalink
Potential fix for #1737
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc22 committed Mar 20, 2024
1 parent 222405c commit 737cadf
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 @@ -7732,6 +7732,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 737cadf

Please sign in to comment.