[Exim] quota_filecount

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Brian Candler
Fecha:  
A: exim-users
Asunto: [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.