Log message size

This commit is contained in:
Michiel Broek 2006-06-05 10:06:21 +00:00
parent 01d1ad8dd2
commit f1a3a03453

View File

@ -222,9 +222,9 @@ int importmsg(faddr *p_from, faddr *f, faddr *t, char *orig, char *subj, time_t
} /* end of checking kludges */
if (echomail) {
Syslog('-', "Echomail area %s subj %s size %d", msgs.Tag, subj, size);
Syslog('-', "Echo area %s from %s subj \"%s\" size %d", msgs.Tag, f->name, subj, size);
} else {
Syslog('-', "Netmail from %s subj %s size %d", f->name, subj, size);
Syslog('-', "Net from %s subj \"%s\" size %d", f->name, subj, size);
}
if (echomail) {