From: Andrew DeFaria Date: Wed, 12 May 2021 14:51:42 +0000 (-0700) Subject: Merge branch 'master' of git+ssh://github.com/adefaria/clearscm X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=fc23b17426d0f6f666d61b24d18817978e134d87;p=clearscm.git Merge branch 'master' of git+ssh://github.com/adefaria/clearscm --- fc23b17426d0f6f666d61b24d18817978e134d87 diff --cc maps/bin/display.cgi index 02379e6,1dbbd1b..14c2553 --- a/maps/bin/display.cgi +++ b/maps/bin/display.cgi @@@ -32,12 -32,7 +32,12 @@@ use MIME::Words qw(:all) my $userid = cookie('MAPSUser'); my $sender = param('sender'); + +# CGI will replace '+' with ' ', which many mailers are starting to do, +# so add it back +$sender =~ s/ /\+/; + - my $msg_nbr = param('msg_nbr'); + my $msg_date = param('msg_date'); my $table_name = 'message'; sub ParseEmail(@) {