diff --git a/src/sbbs3/sbbsecho.c b/src/sbbs3/sbbsecho.c index ea0707461021485cef8f965241a2d85aeed4a9ca..602b463931991ce72943981f04fde1eb3c7e6e3c 100644 --- a/src/sbbs3/sbbsecho.c +++ b/src/sbbs3/sbbsecho.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 2012 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2013 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 * @@ -2711,7 +2711,7 @@ void putfmsg(FILE *stream,char *fbuf,fmsghdr_t fmsghdr,areasbbs_t area if(area.name && addr.zone!=fmsghdr.destzone) /* Zone Gate */ fprintf(stream,"SEEN-BY: %d/%d\r",fmsghdr.destnet,fmsghdr.destnode); - if(area.name && addr.zone==fmsghdr.destzone) { /* Not NetMail */ + if(area.name /* && addr.zone==fmsghdr.destzone */) { /* Not NetMail */ fprintf(stream,"SEEN-BY:"); for(i=0;i<seenbys.addrs;i++) { /* Put back original SEEN-BYs */ strcpy(seenby," "); diff --git a/src/sbbs3/sbbsecho.h b/src/sbbs3/sbbsecho.h index 62f433b5bafaa4db3fc2502315e84b0d59558375..b89b25320525c9a0154861ab613e673f5418a525 100644 --- a/src/sbbs3/sbbsecho.h +++ b/src/sbbs3/sbbsecho.h @@ -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 2012 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2013 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 * @@ -37,7 +37,7 @@ /* Portions written by Allen Christiansen 1994-1996 */ -#define SBBSECHO_VER "2.20" +#define SBBSECHO_VER "2.21" #define IMPORT_NETMAIL (1L<<0) #define IMPORT_PACKETS (1L<<1)