upgrade filterTest (exit code)

This commit is contained in:
2023-01-23 14:09:08 +01:00
parent 2980767d53
commit f51dc3f7a3
4 changed files with 12 additions and 9 deletions

View File

@ -800,7 +800,7 @@ MainAttachment::substitute (ifstream &mbox, ofstream &outbox, const SizeArg &min
}
attachP->println (outbox, content);
} else {
LOG_BUG (true, continue, "eMailShrinker: bug M8: can't change" << *attachP);
LOG_BUG (true, continue, "eMailShrinker: upload has failed, so can't change" << *attachP);
}
outbox.flush ();
curPos = attachP->endPos;

View File

@ -33,8 +33,8 @@
////////////////////////////////////////////////////////////////////////////
#include "version.hpp"
const std::string kaz::LAST_VERSION_NUM ("2.15");
const std::string kaz::LAST_VERSION_DATE ("2023-01-22");
const std::string kaz::LAST_VERSION_NUM ("2.16");
const std::string kaz::LAST_VERSION_DATE ("2023-01-23");
const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker");
#include <iostream>