summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprocessmail4
1 files changed, 2 insertions, 2 deletions
diff --git a/processmail b/processmail
index 16f911752..de0f4c7fe 100755
--- a/processmail
+++ b/processmail
@@ -648,8 +648,8 @@ sub NewProcessOnePerson ($$$$$$$$$$) {
foreach my $f (@headerlist) {
if ($mailhead{$f}) {
my $value = $values{$f};
- if (!defined $value) {
- # Probaby ought to whine or something. ###
+ # If there isn't anything to show, don't include this header
+ if (! $value) {
next;
}
my $desc = $fielddescription{$f};