prepare releasing v0.90 - update STATUS file to not have version numbers; clean up a little

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@952 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2008-10-21 09:09:28 +00:00
parent 94f9d91adf
commit 37a117508d

47
STATUS
View File

@ -7,39 +7,36 @@ quench
pez (or pezmail)
Near term roadmap
=================
Roadmap
=======
0.42:
- Bugfixes
- add module requirements to the META.yml file
- http://code.google.com/p/smtpd/issues
0.50:
- Add user configuration plugin
- Add plugin API for checking if a local email address is valid
- use keyword "ESMTPA" in Received header in case of authentication to comply with RFC 3848.
- move repository to git?
- Bugfixes - qpsmtpd is extremely stable (in production since 2001), but
there are always more things to fix.
- Add user configuration plugin infrastructure
- Add plugin API for checking if a local email address is valid
0.60:
Include the popular check_delivery[1] functionality via the 0.50 API
[1] until then get it from
http://www.openminddev.net/files/qpsmtpd/plugins/check_delivery/
Add API to reject individual recipients after the RCPT has been
accepted and generate individual bounce messages.
0.61: bugfixes
1.0bN: bugfixes (repeat until we run out of bugs to fix)
1.0.0: it just might happen!
1.1.0: new development
- Include the popular check_delivery[1] functionality via the user API
[1] until then get it from
http://www.openminddev.net/files/qpsmtpd/plugins/check_delivery/
- Add API to reject individual recipients after the RCPT has been
accepted and generate individual bounce messages.
Issues
======
See http://code.google.com/p/smtpd/issues/list
------ The rest of the list here might be outdated. ------
------ Patches to remove things are welcome. ------
add whitelist support to the dnsbl plugin (and maybe to the rhsbl
plugin too). Preferably both supporting DNS based whitelists and
filebased (CDB) ones.
@ -68,12 +65,6 @@ plugin to reject mails from <> if it has multiple recipients.
localiphost - support foo@[a.b.c.d] addresses
support smtpgreeting (?)
TRACE in Constants.pm is not actually being used. Should it be?
Move dispatch() etc from SMTP.pm to Qpsmtpd.pm to allow other similar
protocols to use the qpsmtpd framework.