File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ 0.3.x 2024-12-25
2+ ================
3+
4+ - Add
5+ - SpfBuilder now ensures that only unique mechanisms are added to a given Mechanism` <T> ` .
6+ Adding duplicates programmatically is not possible. This is handled silently. There is no warning.
7+
8+ - SpfBuilder function ` build() ` does validation as part of its Spf creation. No additional validation
9+ is required.
10+
11+ - Note:
12+ - The append_mechanism() function is quite loose in its behaviour. This is to say rules regarding "redirect" and "
13+ all"
14+ are ignored. You can freely add both mechanisms to an SpfBuilder struct.
15+ - add_redirect() and add_all() return SpfBuilder in different states. This prevents
16+ a "redirect" or "all" from both being present. I am considering his may well be over engineered.
17+
1180.3.2 2024-12-07
219================
320
You can’t perform that action at this time.
0 commit comments