| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | sot/eot |
Actually, I figured it wouldn't take long to make the PQWK202
mod, so I did so. I even tested it out with my new testqp
batch file and messages and checked the outgoing packet to
make sure it was OK! I have file attached it to you, and
you can see the *4* lines of code that I ADDED, and the *1* line
of code that I MODIFIED in qwk2pkt.c, below...
if(area && *area) { /* Prepend area tag */
if (strcmp(area, "NETMAIL") != 0)
{
fprintf(fp,"AREA:%s\r",area);
}
fprintf(fp,"\x01" "SOT\r"); /* mod 1995-02-09 */
}
fwrite(text,strlen(text),1,fp);
if(area && *area) { /* mod 1995-02-09 */
fprintf(fp,"\x01" "EOT\r"); /* mod 1995-02-09 */
} /* mod 1995-02-09 */
if (area && *area && (strcmp(area, "NETMAIL") != 0))
{
fprintf(fp, "\r");
fprintf(fp, "--- PQWK202B\r"); /* mod 1995-02-09 */
fprintf(fp, originLine);
fprintf(fp, " (%d:%d/%d.%d)\r",
from.zone, from.net, from.node, from.point);
fprintf(fp, "SEEN-BY: %d/%d\r", to.net, to.node);
}
@EOT:
--- Mksmsg
fprintf(fp, " * Origin: ");* Origin: none (3:711/934.9) |
|
| 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™.