dick hoogendijk writes:...
...after three conditions (OR, OR, OR). I don't know how to translate this
:0 HB * ^Content-Type: multipart/(mixed|alternative) * ^Content-Type:.*(audio/x-|application|x-rasmol) * name=.*\.(scr|com|bat|pif|lnk|exe)
You want AND, not OR.
...
if (/^Content-Type: *(multipart/(mixed|alternative)|audio/x-|application|x-rasmol) \ || name=.*\.(scr|com|bat|pif|lnk|exe)) { ....
}
Anyway, isn't this missing a slash at the end of the "/^Content-Type:..."?
-- http:// if le.o /
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
