Simple question. How do i get information about spam score from an email? Spam assassins scores every email coming trough.
Content-Type: multipart/alternative; boundary=001a1147c0c49c760505349aecf2
X-Spam-Status: No, score=-2.5
X-Spam-Score: -24
X-Spam-Bar: --
X-Ham-Report: Spam detection software, running on the system "xxx.xx.xx",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
root\@localhost for details.
I would guess, I can access this info getting header imap_fetchheader
, but all I get is
[date]
[subject]
[message_id]
[toaddress]
[to]
[fromaddress]
[from]
[reply_toaddress]
[reply_to]
[senderaddress]
[sender]
So i am still missing Spam score information. I need it to be able to send some of the emails coming, to spam box, and some to the inbox.