On Fri, Apr 8, 2016, at 11:05 AM, /dev/rob0 wrote: > /^User[^\.]*/i REJECT your message here
So it *is* true that that *starts* at the beginning of the line (and so the "^U"). That makes it easier to not fubar it. > A case-sensitive string that begins with "User" followed by zero or > more characters which are NOT a period. I'm never sure whether that^ goes in an lmdb: table or a pcre: table. Looks like a regex to me ... > If this lookup follows the > reject_non_fqdn_helo_hostname restriction, it will never be used. That's what I thought. Now that I've 'discovered' the "xzegrep" util, searching logs & archives for multiple patterns just got easier. TBH, the 'leaks' I've been seeing seem to be all old ... and a few in the last couple of weeks. But those are clustered around my other monkeying. Afaict, when I just site and watch, "reject_non_fqdn_helo_hostname" does what it's supposed to. Thanks Jason