Philip Prindeville wrote: > Matt Kettler wrote: >> Perhaps you want something more like: >> >> header L_INCOMPETENT ALL =~ /\\r\\n\s?$/
Scratch my last email. $ doesn't work with ALL. I just tested 3 variants: header L_INCOMPETENT1 ALL =~ /\\r\\n/ header L_INCOMPETENT2 ALL =~ /\\r\\n\s?$/ header L_INCOMPETENT3 ALL =~ /\\r\\n\s?\n/ 1 and 3 work. 2 does not.