Ronie Gilberto Henrich wrote:
> Hi,
> I am using the following rule to block mp3 files of being received
> by domain example.com (recipient == @.example.com), which is hosted
> by us.
> @banned_filename_maps = (
>{
> '.example.com' => 'AUDIO',
> '.' => 'DEFAULT',
>
Hi,
I am using the following rule to block mp3 files of being received
by domain example.com (recipient == @.example.com), which is hosted
by us.
@banned_filename_maps = (
{
'.example.com' => 'AUDIO',
'.' => 'DEFAULT',
},
);
Is it any way to enforce that rule