Dear elliot moore,

Thank you for your response!

The 'exit' is from the line:
  croak( "Bad RFC822 field name '$tag'\n")
in Header.pm ?

If I could ask you for some educated advice:
Would it be ok to just comment out the croak line in Header.pm ( Till 5.0.1.7 is released :)
I received the bad header, so I guess it is ok to pass it on...


I hope you don't mind me asking you this.
e.

rather than editing Mail::Header, a quick fix would be to insert a line in /usr/lib/MailScanner/MailScanner/Message.pm


(for openprotect 5.0.1.6)
after line 162 - my $mhobj = new Mail::Header, Modify => 1;

New line (163):

$mhobj->modify(0);

this seems to work for now. any feedback would help.

G.


------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Opencomputing-openprotect mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opencomputing-openprotect

Reply via email to