diff --git a/src/sbbs3/mailsrvr.c b/src/sbbs3/mailsrvr.c index 87b3dad1c510f6bd07e67f69f83b1b90a973c8ef..2467b2221d3a7c6ff4019e1132ea0b44de8ab8af 100644 --- a/src/sbbs3/mailsrvr.c +++ b/src/sbbs3/mailsrvr.c @@ -8,7 +8,7 @@ * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2012 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -3817,8 +3817,7 @@ static void smtp_thread(void* arg) if(findstr_in_list(p, mailproc_list[i].to)) { mailproc_to_match[i]=TRUE; - if(!mailproc_list[i].passthru) - break; + break; } } mailproc_match=i;