X-Git-Url: http://git.megabrutal.com/?p=mgsmtp.git;a=blobdiff_plain;f=MgSMTP.pas;fp=MgSMTP.pas;h=808a90ddaafe2298f6f22dc280e56f78a742c9f9;hp=e0ee6364e9f71b1306f8205790ca5370c011e9b3;hb=d7be810271cecd3383edf9fb832be3749ab5be80;hpb=8bbdde2a7e0570cd88325548dbfed038e327f08b diff --git a/MgSMTP.pas b/MgSMTP.pas index e0ee636..808a90d 100644 --- a/MgSMTP.pas +++ b/MgSMTP.pas @@ -1,6 +1,6 @@ { MegaBrutal's SMTP Server (MgSMTP) - Copyright (C) 2010-2014 MegaBrutal + Copyright (C) 2010-2015 MegaBrutal This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -49,7 +49,7 @@ const document what bugfix/feature are you testing with the actual build. This will be logged to help you differentiate outputs of subsequent builds in your logs. If left empty, it won't be added to the logs. } - DEVCOMMENT = ''; + DEVCOMMENT = 'New feature to add "Reply-To" to forwarded messages'; var @@ -308,7 +308,7 @@ begin Out.writeln('Trying to contact Service Control Manager...'); Out.writeln('(If you see this message on console, you tried to'); Out.writeln('start up the program incorrectly. Your current'); - Out.writeln('attempt will fail, or it may hang under Wine.'); + Out.writeln('attempt will fail, or it may hang under Wine.)'); Out.writeln; ServiceMode:= true; if not StartServiceCtrlDispatcher(ServiceTable) then begin