Hello,

at the moment i'm editing the amavisd.conf and i have a question due to 
$banned_filename_re.

What I want to do, is to bann the .exe files.

$banned_filename_re = new_RE(
qr'^\.(exe)$'i,  
)

what about the double extensions, is it usefull to add them??
qr'\.[^./]*[A-Za-z][^./]*\.\s*(exe|vbs|pif|scr|bat|cmd|com|cpl|dll)[.\s]*$'i,

what i also don't understand is why sth like  [ qr'^\.(rpm|cpio|tar)$'       => 
0 ],  # allow any in Unix-type archives
should be written. i mean where's the difference to a blanc raw instead of "=> 
0"
or is it thought as preparation to easily change the boolean?

What do you think should i add sth else to the banned_filename_re.

Thx a lot


-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected] 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to