On 08/31/2012 05:04 PM, Phil Daws wrote: > Martijn: > > can you see what is wrong with this signing trigger ? > > (?i)Subject:\s\[sign\].*
I thought you already fixed that :) From previous email about the subject: "The format for the signing trigger is not exactly a regular expression. The format is as follows (see the admin guide). HEADER-NAME:REG-EXP So, the part before the : should be the name of the header and the part after : should be a reg expression that matches the header value." See page 23 of the admin guide for more info So you should use: Subject:(?i)\s\[sign\].* Note: I have not tested this Kind regards, Martijn Brinkers -- DJIGZO email encryption _______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
