Allow setting an empty envelope-from using '-s'.
[mail/checkmail.git] / ChangeLog
1 Version 0.6.2 (unreleased)
2
3 * Allow setting an empty envelope-from ('<>') using '-s'.
4   Change documentation accordingly.
5   Update version and copyright dates.
6   Fixes #54.
7   Thomas Hochstein <thh@inter.net> Sat Jan 9 11:15:42 2016 +0100
8
9
10 Version 0.6.1 (2011-12-04)
11
12 * Fix annoying error message
13   (and some small changes).
14   Thomas Hochstein <thh@inter.net> Sun Dec 04 16:41:52 2011 +0200
15
16
17 Version 0.6 (2011-10-24)
18
19 * Don't temp-fail on random address check.
20   Thomas Hochstein <thh@inter.net> Mon Oct 24 22:27:01 2011 +0200
21
22 * Fix regexp for syntax check.
23   Thomas Hochstein <thh@inter.net> Sun Jul 24 12:28:26 2011 +0200
24
25
26 Version 0.5
27
28 * Add syntax check for mail addresses.
29   Change documentation accordingly.
30   Fixes #11.
31   Thomas Hochstein <thh@inter.net> Sat Jul 23 23:53:22 2011 +0200
32
33
34 Version 0.4
35
36 * Add overrides for configuration (MAIL FROM/EHLO).
37   New commandline options: -s <sender> and -e <EHLO>.
38   Change documentation accordingly.
39   Thomas Hochstein <thh@inter.net> Thu Jun 17 22:56:14 2010 +0200
40     
41 * Replace splitaddress() by Mail::Address.
42   Thomas Hochstein <thh@inter.net> Wed Jun 16 22:08:22 2010 +0200
43     
44 * -r: Create a really random localpart.
45   Add create_rand_addr().
46   Thomas Hochstein <thh@inter.net> Wed Jun 16 21:51:50 2010 +0200
47
48 * Analyze failure codes, don't fail on temporary failures.
49   Add analyze_smtp_reply().
50   Fixes #8.
51   Thomas Hochstein <thh@inter.net> Wed Jun 16 21:37:43 2010 +0200
52
53
54 Version 0.3
55
56 * Add Changelog.
57   Thomas Hochstein <thh@inter.net> 2010-06-16 22:48:23 +0200
58
59 * Add documentation in POD format.
60   - Drop checkmail.readme
61   Thomas Hochstein <thh@inter.net> 2010-06-16 21:11:43 +0200
62
63 * Complete rewrite.
64   - use strict;
65   - modularize code
66   - refactor application logic
67   - more verbose output
68   - test MXes in order of precedence
69   - cope with multi-line responses
70   - slightly change meaning of exit status
71   - batch processing: set exit status to highest generated value
72   Fixes #9.
73   Fixes #10.
74   Thomas Hochstein <thh@inter.net> 2010-06-16 21:11:23 +0200
75
76
77 Version 0.2
78
79 * Initial check-in.
80   Thomas Hochstein <thh@inter.net> Wed Aug 3 22:00:00 2005 +0200
This page took 0.011704 seconds and 3 git commands to generate.