I don't know if this matches the original intention of the log files,
but a simple workaround is to replace

---8<----
#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info          -/var/log/mail.info
mail.warn          -/var/log/mail.warn
mail.err           /var/log/mail.err
---8<----

with

---8<----
#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
=mail.info          -/var/log/mail.info
=mail.warn          -/var/log/mail.warn
=mail.err           /var/log/mail.err
---8<----

This means that only info messages go to mail.info, only warning
messages go to mail.warn and so on. If you want info to hold info *and
above* messages, then the pattern would need to be changed, but I think
this small change makes more sense.

-- 
vvvvvvvvvvvvvvvvvv Email
     vvvvvv        Twitter
da...@darac.org.uk
      ^^^^^^^^^^^^ Website
^^^^^^^^^^^^^^^^^^ XMPP

Attachment: signature.asc
Description: Digital signature

Reply via email to