in reply to sendmail logging combine two hashes
You could combine your data into one hash %msg when you read the file instead of creating two hashes:
$msg{$msgid}{'to'} = $destname; $msg{$msgid}{'from'} = $fromname;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: sendmail logging combine two hashes
by chanslor (Acolyte) on Feb 18, 2015 at 12:32 UTC | |
by hdb (Monsignor) on Feb 18, 2015 at 12:38 UTC | |
by chanslor (Acolyte) on Feb 18, 2015 at 14:17 UTC |