mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
Merge remote-tracking branch 'upstream/master' into patch-4
This commit is contained in:
commit
4c68c480bf
1 changed files with 1 additions and 0 deletions
|
|
@ -1453,6 +1453,7 @@ sub parse_sendmail
|
|||
$REJECT{$host}{$id}{date} = $time_st;
|
||||
$REJECT{$host}{$id}{arg1} = &edecode($from);
|
||||
$REJECT{$host}{$id}{to} = $to;
|
||||
next;
|
||||
}
|
||||
if (!exists $FROM{$host}{$id}{date}) {
|
||||
$FROM{$host}{$id}{date} = $time_st;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue