Log message size
This commit is contained in:
parent
01d1ad8dd2
commit
f1a3a03453
@ -222,9 +222,9 @@ int importmsg(faddr *p_from, faddr *f, faddr *t, char *orig, char *subj, time_t
|
|||||||
} /* end of checking kludges */
|
} /* end of checking kludges */
|
||||||
|
|
||||||
if (echomail) {
|
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 {
|
} 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) {
|
if (echomail) {
|
||||||
|
Reference in New Issue
Block a user