TIP: Click on subject to list as thread! ANSI
echo: public_domain
to: Paul Edwards
from: andrew clarke
date: 1995-11-08 16:31:24
subject: via

* Replying to message in netmail

31 Aug 95 08:02, Paul Edwards wrote to andrew clarke:

[message text erased]

 > {at}Via Tobruk 0.31, 3:711/934.9 1995-08-31 20:19:00
 > {at}Via Tobruk 0.31, 3:711/934.0 1995-08-31 20:19:36
 > {at}Via Squish/386 1.11 3:711/809, Fri Sep 01 1995 at 01:35 UTC
 > {at}Via Squish/386 1.11 3:711/808, Thu Aug 31 1995 at 15:41 UTC

Hi Paul/Kieran.  Since you're basing the Tobruk code on Squish, you might
want to use the same ^aVia line generation method as it, or have an option
to switch between the two. (?)


While I'm here... I'm feeling generous today so here are some of my Msgedsq
3.20 mods.  Released to the public domain.

/* the MSGID-generation method I use */

char           *unique_msgid(void)
{
    static long     starter;
    static char     serialno[10];

    if(starter == 0)
        starter = (long) time(NULL) << 8;
    sprintf(serialno, "%08lx", starter++);
    return serialno;
}


/* 
   add ^aFLAGS PVT to private echomail messages; useful to check whether
   folks' mail processors are doing the right thing in honouring the
   private attr
*/

if (CurArea.echomail && m->attrib.private)
{
   strcpy(text, "\01FLAGS PVT\r");
   curr = InsertAfter(curr, text);
}


/* add ^aVia line to end of a netmail message */

if (CurArea.netmail)
{
   time_t td;
   char time_str[80];

   tzset();
   td = time(NULL);
   strftime(time_str, 80, "%a %b %d %Y at %H:%M UTC", gmtime(&td));
   sprintf(text, "\01Via %s %s %s, %s\r", PROG, VERSION CLOSED,
show_address(&from), time_str);
   curr = InsertAfter(curr, text);
}

andrew

--- Msgedsq/2 3.20
* Origin: This one HAS to be original X (3:633/267.1{at}fidonet)
SEEN-BY: 50/99 632/348 998 633/248 252 260 267 371 373 634/384 635/503 513
SEEN-BY: 635/544 639/100 640/230 690/718 711/401 410 413 430 807 808 809 934
SEEN-BY: 713/888 800/1 7877/2809
@PATH: 633/267 252 371 635/503 50/99 711/808 809 934

SOURCE: echomail via fidonet.ozzmosis.com

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.