comparison src/configfile.h @ 500:614a3177b15c noffle tip

Add mail-from option. Some modern mail systems will try and ensure the sender email is a legitimate address. Which will fail if there isn't such an address.
author Jim Hague <jim.hague@acm.org>
date Wed, 14 Aug 2013 12:04:39 +0100
parents 372f8b55506e
children
comparison
equal deleted inserted replaced
499:1c4d3397e99f 500:614a3177b15c
32 32
33 Bool Cfg_replaceMsgId( void ); 33 Bool Cfg_replaceMsgId( void );
34 const char * Cfg_hostnameMsgId( void ); 34 const char * Cfg_hostnameMsgId( void );
35 Bool Cfg_postLocal( void ); 35 Bool Cfg_postLocal( void );
36 const char * Cfg_mailTo( void ); 36 const char * Cfg_mailTo( void );
37 const char * Cfg_mailFrom( void );
37 Bool Cfg_addMsgIdIfMissing( void ); 38 Bool Cfg_addMsgIdIfMissing( void );
38 39
39 /* Begin iteration through the server names */ 40 /* Begin iteration through the server names */
40 void Cfg_beginServEnum( void ); 41 void Cfg_beginServEnum( void );
41 42