view TODO @ 80:e5090ac234cf

refactoring plus one small bugfix replaced deep nested conditionals with early exits fixed a small bug in the same go (Note: it is bad to fix bugs during refactoring): The SMTP_HELO case did not break in case of error. Now it does.
author meillo@marmaro.de
date Sat, 19 Jun 2010 11:11:28 +0200
parents 08114f7dcc23
children 4fb68ef566ad
line wrap: on
line source

general:
- look carefully were memory is not freed
- add forwarding support
- improve Mailer-Daemon error messages
- ODMR support
- temporary delivery delay notifications

conf:
- more configuration options
- make conf more fool proof

pop:
- multidrop support

lookup:
- optimize MX lookup

...update this file from time to time...

...and (you guessed it):
- bug fixing