From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Description of problem: The sendmail script has the entry: ( $ThisLine =~ m/^clone [a-zA-Z0-9]+, owner=/ ) or But my maillog has entries of the form: clone: owner=xxxxxx where xxxxxx is the owner id. This is verified by looking at deliver.c in the sendmail source: if (mode != SM_VERIFY && LogLevel > 4) sm_syslog(LOG_INFO, e->e_id, "%s: clone: owner=%s", ee->e_id, owner); The format in logwatch was used in sendmail 8.11.x; the format shown above has been used on 8.12.0 and successors (since Sept. 2001) So I think you need an additional sendmail logwatch entry that looks something like: ( $ThisLine =~ m/clone: owner=/ ) or Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run logwatch (sendmail) on modern sendmail with -owner list, or 2. Look at the code for clone statements 3. Additional info:
And on a somewhat related note, the sendmail script header says: Please send all comments, suggestions, bug reports, etc, to shiva. But that is no longer a working address. So that notation should be either deleted or changed to a current address.
This bug is fixed in the last version (logwatch-6.1.2-1).