in reply to Re: MIME::Parser and multi-line subjects
in thread MIME::Parser and multi-line subjects

That was very helpful, thanks. The "Advisory" module is one I created that manages the database portion of this.

I was able to rework the script to check the $subject itself after stripping off the carriage return at the end. I didn't realize $subject did indeed contain the whole line, but it also contained the carriage return.

  • Comment on Re^2: MIME::Parser and multi-line subjects