From: Netsurge <
netsurge@scinet-ftn.org>
On 2019-08-05 12:26:20 +0000, Black Panther said:
sub filter
{
if($area eq "NETMAIL" && $toaddr eq "1:317/3" && $toname eq "Sysop")
{
$toname = "Dan Richter";
$change = 1;
return "";
}
}
The $area eq statement would only apply to echo's, not netmail. Try
this intead:
sub filter
{
if($toaddr eq "1:317/3" && $toname eq "Sysop")
{
$toname = "Dan Richter";
$change = 1;
return "";
}
}
The $toaddr routine only applies to netmail. That should take anything addressed to Sysop and change it to Dan Richter.
If I remember correctly, Mystic already catches Sysop in new mail
scanning and assigs it to you. I may be wrong here, but I don't rewrite
Sysop to Frank Linhares and I still get and read anything addressed to
Sysop at any of my AKAs.
RNTrack's support for JAM is very buggy and unusable. If you do want to
use it, you must use CarbonCopy in HPT to create a copy of all netmail
coming in into a *.MSG area and have RNTrack use that message area to
take care of it's business.
--
frank // netsurge
disksh0p!bbs % bbs.diskshop.ca % mystic goodness
SciNet ftn hq %
https://diskshop.ca/scinet
.
--- Unison/2.2
* Origin: % SciNet ftn/nntp/email gateway % scinet-ftn.org % (77:77/5)