<html><head><title>Re: Banned files match, example question</title>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
</head>
<body>
<br><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt; color: #800000;"><b>ON> Gregory,<br>
<br>
>> But I'm confused. Why does the first match use:<br>
>> $'i<br>
>> vs<br>
>> $'ix for the second?<br>
<br>
ON> amavis is written in Perl, this is Perl syntax: i stands for case<br>
ON> insensitive: the regexp would match .exe and .EXE and .eXe etc.<br>
<br>
ON> x means extended, you can have  spaces in the regexp and they will be<br>
ON> ignored, that adds readability to your regexp.<br>
<br>
ON> Bests,<br>
<br>
ON> Olivier<br>
<br>
</b><span style=" color: #000000;">Ah, yes! That does make more sense. My Perl-foo is weak. [I can bash together rudimentary Thag-cave-man style things, but didn't recognize this.]<br>
<br>
Thanks<br>
</body></html>