From: eldy <> Date: Sat, 6 Sep 2003 01:02:42 +0000 (+0000) Subject: If a mail is locally sent to a local alias, only mails sent to aliases mails are... X-Git-Tag: AWSTATS_WEBMIN_1_0_RELEASE~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e41355ba183bda6fb343f70a1bd603ad893bc1;p=thirdparty%2FAWStats.git If a mail is locally sent to a local alias, only mails sent to aliases mails are reported. --- diff --git a/tools/maillogconvert.pl b/tools/maillogconvert.pl index c17b1691..1c139a17 100644 --- a/tools/maillogconvert.pl +++ b/tools/maillogconvert.pl @@ -7,6 +7,10 @@ # Note 1: QMail must log in syslog format for timestamps to work. # Note 2: QMail logging is not 100% accurate. Some messages might # not be logged correctly or completely. +# +# A mail received to 2 different receivers, report 2 records instead of one. +# A mail received to a forwarded account is reported as to the original receiver, not the "forwarded to". +# A mail locally sent to a local alias is reported as n mails to all addresses of alias. #------------------------------------------------------- use strict;no strict "refs";