masqmail-0.2

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
children 4fb68ef566ad
line source
1 general:
2 - look carefully were memory is not freed
3 - add forwarding support
4 - improve Mailer-Daemon error messages
5 - ODMR support
6 - temporary delivery delay notifications
8 conf:
9 - more configuration options
10 - make conf more fool proof
12 pop:
13 - multidrop support
15 lookup:
16 - optimize MX lookup
18 ...update this file from time to time...
20 ...and (you guessed it):
21 - bug fixing