source: github/plugins/additional_message_headers/config.inc.php.dist @ 62a83b3

Last change on this file since 62a83b3 was 62a83b3, checked in by thomascube <thomas@…>, 2 years ago

Copying plugins to release branch

  • Property mode set to 100644
File size: 596 bytes
Line 
1<?php
2
3// $rcmail_config['additional_message_headers']['X-Remote-Browser'] = $_SERVER['HTTP_USER_AGENT'];
4// $rcmail_config['additional_message_headers']['X-Originating-IP'] = $_SERVER['REMOTE_ADDR'];
5// $rcmail_config['additional_message_headers']['X-RoundCube-Server'] = $_SERVER['SERVER_ADDR'];
6
7// if( isset( $_SERVER['MACHINE_NAME'] )) {
8//     $rcmail_config['additional_message_headers']['X-RoundCube-Server'] .= ' (' . $_SERVER['MACHINE_NAME'] . ')';
9// }
10
11// To remove (e.g. X-Sender) message header use null value
12// $rcmail_config['additional_message_headers']['X-Sender'] = null;
13
14?>
Note: See TracBrowser for help on using the repository browser.