Subj : Another HPT Question To : Dan Richter From : Michael Dukelsky Date : Sun Jul 21 2019 23:10:14 Hello Dan, Saturday July 20 2019, Dan Richter wrote to All: DR> Is it possible, with HPT, to forward incoming netmail messages to DR> another user name? For example, I just had some netmail come into my DR> system addressed to 'Sysop', that I can't view from within my BBS. If DR> HPT had a way to forward incoming messages addressed to 'Sysop' to DR> 'Dan Richter' it would be great. If your hpt was compiled with Perl, you may use Perl. You may write in your filter.pl file: .... sub filter { if($area eq "" && $toaddr eq "1:317/3" && lc($toname) eq "sysop") { $toname = "Dan Richter"; $change = 1; return ""; } } .... You should also have such a line in your fidoconfig: HptPerlFile /path/to/filter.pl Michael .... node (at) f1042 (dot) ru --- GoldED+/LNX 1.1.5-b20170303 * Origin: Moscow, Russia (2:5020/1042) .