Posted by Ron Eggler @ work on 06/09/05 07:28
Ron Eggler @ work wrote:
> Colin McKinnon wrote:
>> 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";
> hm, it stays empty. both lines are empty. no enty out of $overview:
> echo "FromAddress: ".$overview->from."<br>\n";
> echo "FromAddress2: ".htmlentities($overview->from)."<br>\n";
>
>> (then go read up on SPF)
>
> erm, I read up on it but cannot follow 100%. may you give me some
> additional hints about it please?
> It sounds to be an interesting thing....
>
>> (then install Spamassassin)
>
> I already got it but I want a spam-filter that filters the mails
> directly on the pop server so they don't have to be called. I also
> thought about adding a white and blacklist to my filter.
>
can't anybody help me?
Thank you!
Navigation:
[Reply to this message]
|