Autor: Brian Candler Data: Para: exim-users Assunto: [Exim] quota_filecount
Minor issue with quota_filecount: as far as I can tell, it must be set to an
integer directly in the config file, unlike "quota" which lets you use an
arbitary expression.
So you can't say:
quota_filecount = ${if match {QUOTA_EXPR}{([0-9]+)C}{$1}{}}