# HG changeset patch # User meillo@marmaro.de # Date 1304001818 -7200 # Node ID 4c705c34182fba89db8d7dcc49cac51af4a7ce95 # Parent d41fb3b9ed3e3ae5916f74d8e42c8472f6604428 cosmetic changes diff -r d41fb3b9ed3e -r 4c705c34182f src/masqmail.h --- a/src/masqmail.h Thu Apr 28 16:42:28 2011 +0200 +++ b/src/masqmail.h Thu Apr 28 16:43:38 2011 +0200 @@ -90,34 +90,28 @@ GList *denied_recipients; interface *mail_host; - gchar *wrapper; gboolean connect_error_fail; - + GList *resolve_list; gchar *helo_name; gboolean do_correct_helo; gboolean instant_helo; gboolean do_pipelining; + gchar *auth_name; + gchar *auth_login; + gchar *auth_secret; + gchar *wrapper; gchar *set_h_from_domain; gchar *set_h_reply_to_domain; gchar *set_return_path_domain; - GList *map_h_from_addresses; GList *map_h_reply_to_addresses; GList *map_h_mail_followup_to_addresses; GList *map_return_path_addresses; - gboolean expand_h_sender_domain; gboolean expand_h_sender_address; - GList *resolve_list; - - gchar *auth_name; - gchar *auth_login; - gchar *auth_secret; - gchar *pipe; - gboolean pipe_fromline; gboolean pipe_fromhack; } connect_route;