http://bugzilla.spamassassin.org/show_bug.cgi?id=3692
------- Additional Comments From [EMAIL PROTECTED] 2004-08-17 11:53 ------- Subject: Re: check_dcc() code shortcut with header-RE doesn't work On Tue, Aug 17, 2004 at 09:48:02AM -0700, [EMAIL PROTECTED] wrote: > What do you think if we made it possible to send a real RE to those routines? > > It would look like > $self->get(qr/X-DCC-(?:[^:]+-)?Metrics/) I think it would end up slowing down the most common case which is grabbing specific headers. In a quick look at the code... The DCC thing is is the only line I can find calling "get()" with an RE. There are 3 calls to get_all_headers() right now, none of them do the "match multiple headers" type thing. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.