--- parser3/src/classes/mail.C 2002/12/24 08:41:55 1.86 +++ parser3/src/classes/mail.C 2003/01/21 15:51:07 1.88 @@ -1,11 +1,11 @@ /** @file Parser: @b mail parser class. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MAIL_C="$Date: 2002/12/24 08:41:55 $"; +static const char* IDENT_MAIL_C="$Date: 2003/01/21 15:51:07 $"; #include "pa_config_includes.h" @@ -320,7 +320,7 @@ static void sendmail(Request& r, const S throw Exception("parser.runtime", &method_name, "Parser was configured with --with-sendmail="PA_FORCED_SENDMAIL - " key, to change sendmail you should reconfigure and recompie it").; + " key, to change sendmail you should reconfigure and recompie it"); #else if(Value *sendmail_value=static_cast(mail_conf->get(String(pool, sendmailkey_cstr)))) sendmail_command=&sendmail_value->as_string();