masqmail

log

age author description
Sun, 04 Sep 2011 17:40:13 +0200 markus schnalke minor refactoring
Sun, 04 Sep 2011 12:19:41 +0200 markus schnalke Eventually switched the default group from `trusted' to `mail'
Sun, 04 Sep 2011 11:55:51 +0200 markus schnalke Closed a memory leak.
Sun, 04 Sep 2011 11:40:35 +0200 markus schnalke removed DLVR_LAN which is now unused
Sun, 04 Sep 2011 11:33:31 +0200 markus schnalke found further appearences of ``localnet'' in the code
Sun, 04 Sep 2011 11:25:38 +0200 markus schnalke reworked the route concept; removed the idea of the localnet
Sun, 04 Sep 2011 10:23:00 +0200 markus schnalke trivial reformating in man page source
Sun, 04 Sep 2011 10:14:36 +0200 markus schnalke minor improvement of output of devel/are-options-documented
Thu, 14 Jul 2011 14:12:32 +0200 markus schnalke Minor refactoring
Thu, 14 Jul 2011 12:00:46 +0200 markus schnalke Removed unused deliver_finish_list()
Thu, 14 Jul 2011 11:38:23 +0200 markus schnalke Removed unused second arg of msg_spool_read()
Thu, 14 Jul 2011 11:31:52 +0200 markus schnalke Argument of read_queue() was unused, thus removed
Thu, 14 Jul 2011 11:15:27 +0200 markus schnalke Minor refactoring
Thu, 14 Jul 2011 10:06:36 +0200 markus schnalke Minor clarifications in man pages (do_queue)
Sat, 03 Sep 2011 18:53:54 +0200 markus schnalke added local_rcpts() and remote_rcpts() for later use
Sat, 03 Sep 2011 18:32:37 +0200 markus schnalke improved comments and debug messages
Sat, 03 Sep 2011 18:25:02 +0200 markus schnalke refactoring: ``insourced'' create_msg_out_list()
Wed, 31 Aug 2011 09:39:40 +0200 markus schnalke bumped version number
Wed, 31 Aug 2011 09:38:43 +0200 markus schnalke Added tag 0.3.3 for changeset 60bb2dbe2866
Wed, 31 Aug 2011 09:14:38 +0200 markus schnalke In the tests: replaced logname(1) with $LOGNAME0.3.3
Wed, 31 Aug 2011 08:46:00 +0200 markus schnalke removed -dev postfix on version number
Wed, 31 Aug 2011 08:40:24 +0200 markus schnalke updated ChangeLog and NEWS
Mon, 29 Aug 2011 19:32:38 +0200 markus schnalke Minor fixes in man pages, reported by lintian(1)
Sat, 27 Aug 2011 18:38:55 +0200 markus schnalke updated ChangeLog and NEWS
Sat, 27 Aug 2011 18:35:19 +0200 markus schnalke updated dates and version
Sat, 27 Aug 2011 18:34:52 +0200 markus schnalke little typing error
Sat, 27 Aug 2011 16:54:14 +0200 markus schnalke Added debug level 9 for msgs to stderr during reading config
Sat, 27 Aug 2011 16:21:17 +0200 markus schnalke refactoring, partly also related to set_euidgid()
Sat, 27 Aug 2011 16:19:07 +0200 markus schnalke Security fix! Correct handling of seteuid() return value
Wed, 13 Jul 2011 10:30:52 +0200 markus schnalke Fixed local-part only address patterns in route conditions
Wed, 13 Jul 2011 10:24:45 +0200 markus schnalke Switched back from 127.0.0.1 to localhost
Fri, 03 Jun 2011 13:30:28 +0200 meillo Bumped version number
Fri, 03 Jun 2011 13:10:19 +0200 meillo Added tag 0.3.2 for changeset 45a64a875162
Fri, 03 Jun 2011 12:09:09 +0200 meillo Updated version0.3.2
Fri, 03 Jun 2011 11:03:11 +0200 meillo Updated version and date
Fri, 03 Jun 2011 11:01:39 +0200 meillo Updated ChangeLog and NEWS
Fri, 03 Jun 2011 09:47:27 +0200 meillo Fixed an important bug with folded headers!
Fri, 03 Jun 2011 09:40:03 +0200 meillo hinted that the debug output of folded headers prints only the
Thu, 28 Apr 2011 16:48:23 +0200 meillo refactoring
Thu, 28 Apr 2011 16:43:38 +0200 meillo cosmetic changes
Thu, 28 Apr 2011 16:42:28 +0200 meillo refactoring in the small
Thu, 28 Apr 2011 13:29:26 +0200 meillo connect_error_fail affects pipe commands too
Thu, 28 Apr 2011 09:55:06 +0200 meillo reworked allowed and denied addrs for routes
Mon, 25 Apr 2011 15:17:30 +0200 meillo heavy restructuring of masqmail.route(5) (sections)
Mon, 25 Apr 2011 15:15:34 +0200 meillo added comments
Mon, 25 Apr 2011 15:14:04 +0200 meillo small wording change
Mon, 25 Apr 2011 15:13:32 +0200 meillo trival wording change
Sun, 24 Apr 2011 20:13:47 +0200 meillo null-terminated the decoded base64 strings
Sun, 24 Apr 2011 19:37:56 +0200 meillo removed protocol option from route config
Sun, 24 Apr 2011 19:14:38 +0200 meillo reworked online_detect to the simpler online_query
Sun, 24 Apr 2011 19:02:09 +0200 meillo bug fix: off-by-one in pipe aliases
Sun, 24 Apr 2011 19:01:22 +0200 meillo added alias examples to man page
Sun, 24 Apr 2011 15:11:37 +0200 meillo bug fix: inverted condition
Sun, 24 Apr 2011 15:10:48 +0200 meillo clarified local_addresses in man page
Sun, 24 Apr 2011 15:10:11 +0200 meillo refactored complex conditions
Thu, 09 Dec 2010 18:28:11 -0300 markus schnalke manual formating of Received: hdrs; changed hdr for local receival
Thu, 09 Dec 2010 18:01:46 -0300 markus schnalke replaced header_fold() with a better implementation
Thu, 09 Dec 2010 17:50:25 -0300 markus schnalke improved unused function header_fold()
Thu, 09 Dec 2010 15:42:02 -0300 markus schnalke refactoring
Thu, 09 Dec 2010 14:59:42 -0300 markus schnalke free memory in spool read for continuation header lines