aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-24 14:51:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-24 14:51:36 +0000
commit15a613d5247b1e2f739f100ed73c7c95753d9848 (patch)
tree15428f32eeed4df4f9d1c74b677bc37907cecf3c /src/main.c
parentfeaa5acf2f418c8eb4d836ce897f86e44ac2b19d (diff)
downloadmailfromd-15a613d5247b1e2f739f100ed73c7c95753d9848.tar.gz
mailfromd-15a613d5247b1e2f739f100ed73c7c95753d9848.tar.bz2
Improve docs
git-svn-id: file:///svnroot/mailfromd/trunk@1471 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
index e5d5a7f0..cd3e7e17 100644
--- a/src/main.c
+++ b/src/main.c
@@ -338,14 +338,6 @@ host_in_relayed_domain_p(char *client)
338 338
339static int option_string(char *opt, void **pval, char *newval); 339static int option_string(char *opt, void **pval, char *newval);
340 340
341/* Deprecated options: */
342static int
343option_deprecated(char *opt, void **pval, char *newval)
344{
345 parse_warning("deprecated option %s ignored", opt);
346 return 0;
347}
348
349static int 341static int
350option_ehlo(char *opt, void **pval, char *newval) 342option_ehlo(char *opt, void **pval, char *newval)
351{ 343{
@@ -745,11 +737,8 @@ struct option_cache {
745 { "milter-timeout", NULL, option_time, set_milter_timeout }, 737 { "milter-timeout", NULL, option_time, set_milter_timeout },
746 { "pidfile", NULL, option_pidfile, set_pidfile }, 738 { "pidfile", NULL, option_pidfile, set_pidfile },
747 { "mailfrom", NULL, option_mailfrom, set_mailfrom }, 739 { "mailfrom", NULL, option_mailfrom, set_mailfrom },
748 { "retry", NULL, option_deprecated, NULL },
749 { "timeout", NULL, option_time, set_io_timeout }, 740 { "timeout", NULL, option_time, set_io_timeout },
750 { "io-retry", NULL, option_deprecated, NULL },
751 { "io-timeout", NULL, option_time, set_io_timeout }, 741 { "io-timeout", NULL, option_time, set_io_timeout },
752 { "connect-retry", NULL, option_deprecated, NULL },
753 { "connect-timeout", NULL, option_time, set_connect_timeout }, 742 { "connect-timeout", NULL, option_time, set_connect_timeout },
754 { "initial-response-timeout", NULL, option_time, 743 { "initial-response-timeout", NULL, option_time,
755 set_response_timeout }, 744 set_response_timeout },

Return to:

Send suggestions and report system problems to the System administrator.