Dilip M wrote:
>> deny message = Bad Attachment
>> demime = *
>> !demime = txt:gif
>>
>> This should work.
>
>
> No its not !! is it working on ur side ?
I haven't tried it :)
deny message = Bad Attachment
demime = *
condition = $found_extension
!demime = txt:gif
Maybe this works, but I can't try it currently :)
or maybe
deny message = Bad Attachment
!demine = :txt:gif
The first colon maybe makes exiscan test for an empty extension :)
Nico