diff 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
line wrap: on
line diff
--- a/src/configfile.h	Wed Aug 14 11:50:21 2013 +0100
+++ b/src/configfile.h	Wed Aug 14 12:04:39 2013 +0100
@@ -34,6 +34,7 @@
 const char * Cfg_hostnameMsgId( void );
 Bool Cfg_postLocal( void );
 const char * Cfg_mailTo( void );
+const char * Cfg_mailFrom( void );
 Bool Cfg_addMsgIdIfMissing( void );
 
 /* Begin iteration through the server names */