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
|
filtermail (1.06.00)
* Requires bobcat >= 6.07.00 and icmake >= 13.00,03.
* Changed ArgConfig::None into ArgConfig::NoArg.
* Building uses a SPCH and multi-compilation.
* The compiler is called using the value of the ${ICMAKE_CPPSTD} environment
variable specifying the C++ standard to use.
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 13 Jan 2025 11:46:20 +0100
filtermail (1.05.00)
* The pattern recognizing IP4-addresses in the class Cidr (s_ip4) was
modified: it is now surrounded by square brackets, as used by Received:
headers.
* The option --IP4-pattern (-p) can be used to modify the pattern
used by Cidr to recognize IP-4 addresses in mail headers
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 09 Dec 2023 12:52:37 +0100
filtermail (1.04.00)
* Using the 'main' branch as the primary gitlab branch. The 'master' branch
is no longer maintained and may be removed at some point in the future.
* Added IUO maintenance files 'excluded' and 'sourcetar', removed obsolete
file inspect/cidr/cidr.h.bak
* Implemented the facilities of 'inspect' in 'filtermail' using option -I,
discontinuing the 'inspect' program
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 16 Sep 2023 19:42:20 +0200
filtermail (1.03.00)
* The default location of the configuration file is set to
~/.filtermail/config
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 16 Sep 2023 09:54:53 +0200
filtermail (1.02.00)
* Using :HDRS: instead of :LOG: to append From: and Subject: headers to
mail files.
* Updated the usage info and filtermail's man page.
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 16 Aug 2023 13:50:33 -0700
filtermail (1.01.00)
* Added option --syntax performing a syntax check of the specified filter
rules.
* The three e-mail categories (accept, ignore, spam) no longer have default
destinations, and support the specification :LOG: resulting in logging
the received e-mail's From: and Subject: headers in the log file without
actually saving the received e-mail on file.
* Cosmetics of inspect's usage info.
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 09 Aug 2023 12:24:31 -0700
filtermail (1.00.01)
* Added the 'inspect' program inspecting the incoming mail Received: headers
determining their IP addresses' countries and cidr-ranges
* Added the inspect man-page
* First release considered operational
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 27 Jun 2023 12:02:46 +0200
filtermail (0.92.00)
* The config-file now uses ~ (instead of @) to refer to the user's
home-directory. Updated the man-page.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 25 Jun 2023 10:03:47 +0200
filtermail (0.91.00)
* Code cleanup
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 15 Jun 2023 13:46:17 +0200
filtermail (0.90.00)
* Removed 'not' operators from the rules file and after the date-stamps of
individual rules. Rule expressions can specify 'not' operators between the
expreession's matching mode and regex specification
* Redefined the logging format.
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 14 Jun 2023 19:40:53 +0200
filtermail (0.01.00)
* Initial Version.
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 05 Jun 2023 11:09:17 +0200
|