From 3c2c1728e45b3f92e56afcd9b7315c22e19ddea2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 6 Aug 2009 17:01:52 +0200 Subject: [PATCH] Revert "remove smtp_logger article, until it's finished" Ready to go :-) This reverts commit 96ee04efe48d1b97453272550ece52881a20ce4a. --- blog/published-smtp_logger.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 blog/published-smtp_logger.mdwn diff --git a/blog/published-smtp_logger.mdwn b/blog/published-smtp_logger.mdwn new file mode 100644 index 00000000..a390bdab --- /dev/null +++ b/blog/published-smtp_logger.mdwn @@ -0,0 +1,12 @@ +[[!meta title="Published smtp_logger"]] + +Some days ago I cleaned up my +[[project directory|about/projects]] and found +[[smtp_logger|software/smtp_logger]], a SMTP debug utility. + +I cleaned it a bit up and made it compile with **-Werror**. + +So, another piece of [[free and open source software|foss]] +released. + +[[!tag unix net]]