bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] removing headers (client ip)


> Say I want to remove the Received header that contains the ip address
> of the sending client. How should I get this index for this
> header_delete (string name [, number index]) function?

Use the message_find_header function (in a loop) to locate the header.
Once found, call header_delete to remove it.

Regards,
Sergey