Posted by Colin McKinnon on 06/08/05 17:00
Ron Eggler @ work wrote:
>
> I'm trying to build a php-spam-filter which conects to any pop-acoount and
<snip>
> In "$header->senderaddress" and in "$overview->from" there's no
> "real-sender-address' in it. most, there are names without any
> e-mail-address.
> how to get the address?
> Thanks!
Are you reading the output in a browser? Try
echo "FromAddress: ".htmlentities($overview->from)."<br>\n";
(then go read up on SPF)
(then install Spamassassin)
C.
[Back to original message]
|