https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8342
--- Comment #8 from Kent Oyer <k...@mxguardian.net> --- Created attachment 6036 --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=6036&action=edit reuse data from PMS Check this file. I think it is a simpler solution. It calls $pms->get('From:addr') to parse the addresses. It will use cached results if it's been called before. We don't care about the return value but once the cache is filled in we can grab what we need from there. Still a little messy but I think this is the best we can do without rewriting large sections of code. -- You are receiving this mail because: You are the assignee for the bug.