diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2014-02-04 14:56:04 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2014-02-04 14:56:04 +0000 |
commit | 6ac99c6220fa6d1a5ca2386db1fb4678fcb01e34 (patch) | |
tree | 410ae39d22a7637b3527e0080ac565fe768c7813 /usr.sbin/smtpd/scheduler_proc.c | |
parent | 75fc84794f58dbf709e6cc34d5fb7524930d108f (diff) |
internal improvements and cleanups
- get rid of the whole penalty thing for failed envelopes in the mta and scheduler.
- do not disable routes on smtp errors
- try to schedule all types of envelopes on each scheduler frame.
Diffstat (limited to 'usr.sbin/smtpd/scheduler_proc.c')
-rw-r--r-- | usr.sbin/smtpd/scheduler_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/scheduler_proc.c b/usr.sbin/smtpd/scheduler_proc.c index bf82ccdc0cc..f90bcdde166 100644 --- a/usr.sbin/smtpd/scheduler_proc.c +++ b/usr.sbin/smtpd/scheduler_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scheduler_proc.c,v 1.3 2013/11/20 09:22:42 eric Exp $ */ +/* $OpenBSD: scheduler_proc.c,v 1.4 2014/02/04 14:56:03 eric Exp $ */ /* * Copyright (c) 2013 Eric Faurot <eric@openbsd.org> |