The headers delimiter can be configured in config/main.inc.php:
$rcmail_config['mail_header_delimiter'] = "\n";

Regards,
Thomas


Greg Hetrick wrote:
> I have an install of the beta up and running, I have dug through the
> archive and found posts that suggested corrections to a problem with
> headers not being hidden. I have tried doing a str_replace in the
> sendmail.inc file for the headers. Also have set it up to run off a
> postfix/SMTP install. The problem now is that the message comes through
> as user "Apache" which is the default user that runs the web service.
> The eariler post suggests that if I just have it running through a
> postfix install it should correct both problems, any
> thoughts?
> 
> $header_str =
> str_replace("\r",'',$MAIL_MIME->txtHeaders($send_headers)); was able to
> clear the below headers.
> 



Reply via email to