Posted by Hary on 01/25/06 20:06
Very thanx for you explanation.
Regads
"J.O. Aho" <user@example.net> wrote in message
news:43notrF1o3ie6U1@individual.net...
> Hary wrote:
> > What is the X-Ob-Received header ?
> >
> > do I need to define it, when I send mail with PHP ?
>
> Headers that starts with X are usually things that are added by the
mailclient
> or the receiving MTA to add some information
>
> An MTA that scans mail for spam may add
> X-Spam-Status: No, score=0.6 required=5.0 tests=NO_REAL_NAME
> autolearn=enabled version=3.1.0-gr2
>
> A mail client could add something horrible as
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>
> It's just extra data added, you may want to add
> X-Script: MyScriptName
>
> But it's not required, it's all up to you.
>
>
> //Aho
[Back to original message]
|