[Exim] quota_filecount

Pàgina inicial
Delete this message
Reply to this message
Autor: Brian Candler
Data:  
A: exim-users
Assumpte: [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}{}}

I guess this is a designed-in feature :-)

Regards,

Brian.