Cory Wright <[EMAIL PROTECTED]> writes: > Would it be possible to match multiple strings? > > MATCH_MESSAGEID_STRING = "msgid.standblue.net mastaler.com"
Sure. It'll probably be a list of strings to search for. e.g, MESSAGEID_MATCH = ['.mastaler.com', 'mailhost.sclp.com'] I thought of using regular expressions, but I think simple strings will suffice and be less confusing at the same time. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
