On Wed, 2004-01-28 at 08:12, Peter Mueller wrote:
> "Somecompany.com.doc" got DEFANGED. I want to allow it through. What would
> I have to change?
...
> file_list_1 += |url|exe|ws[cfh]|ops|com|prx))\s*
...
> file_list_2 += |[ch](pp|\+\+)?|s|inc|asm|patch|java|php\d?|jsp|bas)
I suggest ending both file list regex with \s*$ to make sure you're
matching against the end of the file name.
Regards,
Kevin.