-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
28 lines (22 loc) · 863 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Legend:
# --- = A new release
# + = Add a feature (in a backwards compatible way)
# ! = Change something significant, or remove a feature
# * = Fix a bug, or make a minor improvement
--- ?
Mail::SPF:
+ Implement "policy source" concept in mechanisms. Make the policy source
accessible from Mail::SPF::Result.
* Implement DNS cache? If so, revert changes to the Mail::SPF::Server's
"DESCRIPTION" POD section in r36.
* Remove or conditionalize debug output generation. Add more debug code?
! Resolve remaining XXXs, FIXMEs, and TODOs:
grep -rn 'XXX\|TODO\|FIXME' lib | grep -v '\.svn' | less
spfquery:
+ Enable/implement 'debug' option.
+ Implement black magic options.
spfd:
+ Implement black magic options.
Please DO report documentation bugs!
# $Id: TODO 57 2012-01-30 08:15:31Z julian $
# vim:tw=79 sts=2 sw=2