forked from redvw/smf-spf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
141 lines (110 loc) · 3.2 KB
/
ChangeLog
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Sun Dec 23 2018 (oh)
====================
smf-spf v.2.2.4
+ Optional CMake support (should auto-configure on all platforms)
! Documentation updates
Thu Dec 20 2018 (oh)
====================
smf-spf v.2.2.3
+ Add systemd unit file template
+ Fix minor bugs flagged by compiler warnings
Tue Nov 24 2009 (oh)
====================
smf-spf v.2.2.2
! Performance: create libspf2 server only once at startup,
not once per connection
Mon Nov 23 2009 (oh)
====================
smf-spf v.2.2.1
! Clear message context properly
Sat Oct 24 2009 (oh)
====================
smf-spf v.2.2.0
+ Option to delay SPF checks until RCPT/DATA
Thu Oct 8 2009 (oh)
===================
smf-spf v.2.1.0
+ Options to fail delivery on SPF temperror and permerror
+ Better handling and reporting of errors from libspf2
+ More RFC-compliant headers, better formatting
+ Make Received-SPF header format configurable
+ Option to wrap headers at a configurable width
+ Option to write Authentication-Results header
+ Add sendmail job ID to syslog messages
Sun Sep 6 2009 (oh)
===================
smf-spf v.2.0.3
+ IPv6 support
Wed Jan 10 2007 (ek)
====================
smf-spf v2.0.2
+ cosmetic enhancements were made
Fri Sep 22 2006 (ek)
====================
smf-spf v2.0.1
! double-freeing memory bug with multi-messages
SMTP sessions in quarantine mode was fixed
+ new TODO tasks were added
+ cosmetic enhancements were made
Mon Sep 18 2006 (ek)
====================
smf-spf v2.0.0
+ support for an external editable
configuration file was implemented
+ whitelist by an IP address
(in CIDR notation) was implemented
+ whitelist by a PTR (reverse DNS) record
was implemented
+ whitelist by an envelope sender
e-Mail address was implemented
+ whitelist by an envelope recipient
e-Mail address was implemented
+ scalable fast in-memory cache engine
was implemented
+ option to Subject tagging was implemented
+ quarantine mode was implemented
+ new TODO tasks were added
+ cosmetic enhancements were made
Wed Jun 28 2006 (ek)
====================
smf-spf v1.3.1
! workaround for the Sendmail socket unsafe
error on some platforms was implemented
- disk cache for SPF results has been removed
+ configuration file, default user and
working directory were changed
+ format of log records was changed
+ some samples of start-up scripts were added
+ new TODO tasks were added
+ cosmetic enhancements were made
Mon Nov 21 2005 (ek)
====================
smf-spf v1.3.0
+ SPF cache has been fully redesigned
- MD5 hash has been removed due to
collisions possibility
+ successfully authenticated senders
will bypass the filtering
+ cosmetic enhancements were made
Tue Sep 06 2005 (ek)
====================
smf-spf v1.2.1
! cache databases can be
eventually broken
Thu Aug 18 2005 (ek)
====================
smf-spf v1.2.0
+ SPF Soft Fail, Neutral and None
results cache
+ SPF results header reconstruction
for cached records
Mon Aug 01 2005 (ek)
====================
smf-spf v1.1.0
+ reaction on SPF Soft Fail result
+ SPF Pass and Hard Fail results cache
+ cosmetic enhancements were made
Tue Jul 05 2005 (ek)
====================
smf-spf v1.0.0
* public release