have a look at the TODO-section in doc/amavis.txt

General

* improve resource usage and performance
* modularise configuration
* improve testing/debugging facilities,
  add more tests for different functions of the script
* make test suite work with qmail
* add SMTP facility to use postfix new content filter interface
  for input, too (??)
* problem: decoding of nested forwarded messages with both
  MIME and non-MIME components
* update milter docs (cf. Liam's email)
* how to deal with resource limits (eg. 42.zip), non-unpackable
  archive formats?
* documentation: sunsite/metalab.unc.edu is now ibiblio.org
* documentation, faq: update, create a real manual (copyright intro install
  usage trouble shooting glossary index); man pages

Daemon stuff

* make it work with qmail!
* fix test suite
* don't fork in debug mode
* resource limits?
* later: make it network aware (?)
* fix SIGHUP handler to _not_ terminate process ...
* implement handler to close socket on shutdown; may need to do a lot
  more (signal clients to shut down etc; hmm, probably not, exit REGERR
  should do)

Client stuff

* replace mydebug() with something useful

