X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4845f6a8b29e77c5d829f9aa49048fd4b2a87e41..a241edc87bed49d6bc5dc3c4c99786a921ae7c8a:/onak-mail.pl.in diff --git a/onak-mail.pl.in b/onak-mail.pl.in index 5c1ce53..77a3d36 100644 --- a/onak-mail.pl.in +++ b/onak-mail.pl.in @@ -2,8 +2,7 @@ # # onak-mail.pl - Mail processing interface for onak, an OpenPGP Keyserver. # -# Written by Jonathan McDowell -# Copyright 2002-2005 Project Purple +# Copyright 2002-2005 Jonathan McDowell # Released under the GPL. # @@ -257,7 +256,7 @@ while ($file = readdir(MAILDIR)) { push @body, $_; } } - if (! defined($replyto)) { + if ($replyto eq '') { $replyto = $from; } close(FILE);