aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-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)
static int option_string(char *opt, void **pval, char *newval);
-/* Deprecated options: */
-static int
-option_deprecated(char *opt, void **pval, char *newval)
-{
- parse_warning("deprecated option %s ignored", opt);
- return 0;
-}
-
static int
option_ehlo(char *opt, void **pval, char *newval)
{
@@ -745,11 +737,8 @@ struct option_cache {
{ "milter-timeout", NULL, option_time, set_milter_timeout },
{ "pidfile", NULL, option_pidfile, set_pidfile },
{ "mailfrom", NULL, option_mailfrom, set_mailfrom },
- { "retry", NULL, option_deprecated, NULL },
{ "timeout", NULL, option_time, set_io_timeout },
- { "io-retry", NULL, option_deprecated, NULL },
{ "io-timeout", NULL, option_time, set_io_timeout },
- { "connect-retry", NULL, option_deprecated, NULL },
{ "connect-timeout", NULL, option_time, set_connect_timeout },
{ "initial-response-timeout", NULL, option_time,
set_response_timeout },

Return to:

Send suggestions and report system problems to the System administrator.