masqmail

diff src/masqmail.h @ 429:5593964ec779

Added route conditions based on the From header New route config directives: allowed_from_hdrs, denied_from_hdrs. This feature was motivated by Philipp Takacs <philipp29@t-online.de>.
author markus schnalke <meillo@marmaro.de>
date Thu, 20 Nov 2014 20:36:20 +0100
parents d209b4846f2b
children
line diff
     1.1 --- a/src/masqmail.h	Wed Apr 03 21:45:57 2013 +0200
     1.2 +++ b/src/masqmail.h	Thu Nov 20 20:36:20 2014 +0100
     1.3 @@ -85,6 +85,8 @@
     1.4  	GList *denied_senders;
     1.5  	GList *allowed_recipients;
     1.6  	GList *denied_recipients;
     1.7 +	GList *allowed_from_hdrs;
     1.8 +	GList *denied_from_hdrs;
     1.9  
    1.10  	interface *mail_host;
    1.11  	gboolean connect_error_fail;