>I'm testing the following based on the two I received:
>
>/^R0lGODlhaAA7APcAAP\/\/\/\+rp6puSp6GZrDUjUUc6Zn53mFJMdbGvvVtXh2xre8bF1x8cU4yLprOy/ 
>
>REJECT

Michael Tokarev suggests all Win executables are blocked with:

#windows executables
|^TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA|i 
REJECT Windows executable


Note the regex is delimited with | since / is used within the string.

Len


Reply via email to