[EMAIL PROTECTED] wrote:
I just tested Paul's latest patch (minus the is_header code updates) and
Mikhail's patch with the non-cvs 2.0 package and both coexist nicely. =)

Since you guys seem to want to have is_header header used asap to optimize
processing time, the following mysql query could help in the
updade/upgrade process:

update `dbmail_messageblks`
set is_header = 1 where where  left( messageblk, 9 ) = 'Received:';

I'm assuming all the header blocks start with 'Received:'.

Xing, your assuming wrong. Return-path and From_ are also common. Use the bash/awk script I posted. In fact, I'll add it to CVS. It's really fast and full-proof.

--
  ________________________________________________________________
  Paul Stevens                                         [EMAIL PROTECTED]
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands_______________________________________www.nfg.nl

Reply via email to