From b1e4d474efcccaa5c5b5e71aac75c8f7836f1d91 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Oct 2019 10:45:18 +0000 Subject: learn: GIT_COMMITTER_ may be "" or "0" Users may be zeroes or blanks. --- script/public-inbox-learn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/public-inbox-learn') diff --git a/script/public-inbox-learn b/script/public-inbox-learn index ad132985..299f75a0 100755 --- a/script/public-inbox-learn +++ b/script/public-inbox-learn @@ -65,8 +65,8 @@ if ($train eq 'spam') { next unless ref($dst); # We do not touch GIT_COMMITTER_* env here so we can track # who trained the message. - $dst->{name} = $ENV{GIT_COMMITTER_NAME} || $dst->{name}; - $dst->{-primary_address} = $ENV{GIT_COMMITTER_EMAIL} || $addr; + $dst->{name} = $ENV{GIT_COMMITTER_NAME} // $dst->{name}; + $dst->{-primary_address} = $ENV{GIT_COMMITTER_EMAIL} // $addr; $dst = PublicInbox::InboxWritable->new($dst); my $im = $dst->importer(0); -- cgit v1.2.3-24-ge0c7