Stuart Gathman
|
d35ed40edf
|
Fix header_leading_space, update doc version.
Conflicts:
Doxyfile
testgrey.py
|
2016-07-25 09:59:03 -04:00 |
|
Stuart Gathman
|
753c417f31
|
Fix bug from pyspf - caching server altering case of cached names.
|
2016-07-25 09:56:11 -04:00 |
|
Stuart Gathman
|
73bd1895cd
|
Add dns name support for iniplist()
|
2016-07-25 09:55:47 -04:00 |
|
Stuart Gathman
|
7502c29e47
|
Use functools.wraps for noreply decorator
|
2012-08-28 19:42:05 +00:00 |
|
Stuart Gathman
|
594d3ad365
|
Doc updates.
|
2012-08-28 06:02:36 +00:00 |
|
Stuart Gathman
|
b2e0b2ebc6
|
Fix CNAME following bug.
|
2012-08-28 06:02:14 +00:00 |
|
Stuart Gathman
|
04a241f1e9
|
Ignore leading/trailing whitespace parsing IP6 addresses.
|
2012-07-13 21:50:52 +00:00 |
|
Stuart Gathman
|
16bfe5d4da
|
Exceptions on unsupported result code for callback decorators.
|
2012-04-13 20:33:35 +00:00 |
|
Stuart Gathman
|
c9e32e4b06
|
throw ValueError when message line contains a single %
|
2012-02-25 15:53:45 +00:00 |
|
Stuart Gathman
|
83a1762515
|
New example
|
2011-11-05 15:51:03 +00:00 |
|
Stuart Gathman
|
feb6526cb8
|
Grace period
|
2011-11-05 15:50:02 +00:00 |
|
Stuart Gathman
|
a43649f2ce
|
Make addr2bin and dynip handle IP6.
|
2011-08-19 04:53:56 +00:00 |
|
Stuart Gathman
|
de679b1514
|
Add parameterless class decorators for P_RCPT_REJ and P_HEAD_LEADSPC
|
2011-06-17 19:41:23 +00:00 |
|
Stuart Gathman
|
b946759857
|
Document threading limitations and show multiprocessing example.
|
2011-06-10 01:39:59 +00:00 |
|
Stuart Gathman
|
5a8aaf85d7
|
Release 0.9.5
|
2011-06-09 19:55:31 +00:00 |
|
Stuart Gathman
|
720db3d7bd
|
Doc updates.
|
2011-06-09 18:14:23 +00:00 |
|
Stuart Gathman
|
a46627959c
|
Documentation updates.
|
2011-06-09 17:27:43 +00:00 |
|
Stuart Gathman
|
2133942c19
|
Tolerate illegal chars
|
2011-05-17 21:51:57 +00:00 |
|
Stuart Gathman
|
eef3cde27e
|
Python2.6 SMTP.close() fails when instance never connected.
|
2011-03-18 20:41:31 +00:00 |
|
Stuart Gathman
|
c6ccea9099
|
Fix exception test case
|
2011-03-03 05:58:50 +00:00 |
|
Stuart Gathman
|
953e8a61fa
|
Release 0.9.4
|
2011-03-03 05:11:58 +00:00 |
|
Stuart Gathman
|
fa4408540e
|
Handle IP6 in iniplist()
|
2011-03-01 19:46:31 +00:00 |
|
Stuart Gathman
|
65986632de
|
Handle multiple recipients. For CBV or auto whitelist of multiple emails.
|
2010-10-11 00:29:47 +00:00 |
|
Stuart Gathman
|
e44321561b
|
Fix typos.
|
2009-09-28 02:05:00 +00:00 |
|
Stuart Gathman
|
2848a090e3
|
Document milterContext
|
2009-07-28 22:31:34 +00:00 |
|
Stuart Gathman
|
25a02d9de2
|
Disable negotiate callback when runtime version < 1,0,1
|
2009-07-28 21:53:27 +00:00 |
|
Stuart Gathman
|
3ed14cc6ab
|
Heuristic for invalid source route.
|
2009-07-04 14:03:09 +00:00 |
|
Stuart Gathman
|
aeff1f8ab5
|
Skip source route in parseaddr.
|
2009-07-04 14:00:52 +00:00 |
|
Stuart Gathman
|
939fc61df7
|
Handle @ in localpart.
|
2009-07-02 19:41:12 +00:00 |
|
Stuart Gathman
|
f6a3b57fb9
|
enable_protocols class decorator, doc updates
|
2009-06-16 21:45:45 +00:00 |
|
Stuart Gathman
|
3428477eca
|
Doxygen updates.
|
2009-06-13 21:15:12 +00:00 |
|
Stuart Gathman
|
144fe264c4
|
Document _actions, _protocol
|
2009-06-13 20:24:52 +00:00 |
|
Stuart Gathman
|
a3530d4c49
|
Doxygen updates
|
2009-06-10 18:01:59 +00:00 |
|
Stuart Gathman
|
307c54e1b1
|
More doxygen docs.
|
2009-06-09 03:13:14 +00:00 |
|
Stuart Gathman
|
2e45d6e187
|
Doxygen docs.
|
2009-06-06 00:24:09 +00:00 |
|
Stuart Gathman
|
77c0ce6b2e
|
Avoid getpriv() overhead.
|
2009-06-04 22:16:32 +00:00 |
|
Stuart Gathman
|
7311f65150
|
Set milter_protocol attribute of noreply wrapper
|
2009-06-04 22:02:09 +00:00 |
|
Stuart Gathman
|
84bd61aac1
|
Wrap @noreply callbacks to return NOREPLY only when so negotiated.
|
2009-06-04 21:47:34 +00:00 |
|
Stuart Gathman
|
372fad6ac9
|
Release 0.9.2-2
|
2009-06-02 21:38:09 +00:00 |
|
Stuart Gathman
|
60963b3c37
|
Streamline negotiate
|
2009-06-02 17:49:49 +00:00 |
|
Stuart Gathman
|
6221f8b753
|
Validate methods passed to @noreply, @nocallback
|
2009-06-01 22:28:33 +00:00 |
|
Stuart Gathman
|
d58546930a
|
Init future flags in negotiate.
|
2009-05-29 19:41:01 +00:00 |
|
Stuart Gathman
|
f8efbb23df
|
Create Milter on either connect or negotiate
|
2009-05-29 19:30:05 +00:00 |
|
Stuart Gathman
|
2937935fea
|
Comment updates
|
2009-05-29 01:14:44 +00:00 |
|
Stuart Gathman
|
31aa39034b
|
Start with all symbols from milter module.
|
2009-05-28 18:54:48 +00:00 |
|
Stuart Gathman
|
cb31963492
|
Support new callbacks, including negotiate
|
2009-05-28 18:36:43 +00:00 |
|
Stuart Gathman
|
0e1a2de41f
|
Support non-DSN CBV (non-empty MAIL FROM)
|
2009-05-20 20:08:44 +00:00 |
|
Stuart Gathman
|
780ac63ebe
|
Oops! Missing options argument pointer for addrcpt.
|
2009-02-06 04:28:08 +00:00 |
|
Stuart Gathman
|
368ffd5374
|
Milter support for chgfrom.
|
2008-11-23 03:06:47 +00:00 |
|
Stuart Gathman
|
66314dc675
|
Example config had different names than actual code :-)
|
2008-10-23 19:58:06 +00:00 |
|