<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Well, I found the bug in my rewrite script.<BR>
 <BR>
It was my very last line.<BR>
---------------------<BR>
<STRONG>* HOLD</STRONG><BR>
---------------------<BR>I had put it there in an attempt to catch anything not already caught in a previous rule.<BR>
The problem was that anything left over is usually also a callsign with no "<A href="mailto:..@kg6baj">..@kg6baj</A>".<BR>
As such, all private mail for my users was getting throw into the HOLD mail area.<BR>
 <BR>
Simply removing the last line in my rewrite file did the trick, and now messages from my local users to other local users gets delivered correctly.<BR>
 <BR>
 <BR>
 <BR>
 <BR>
> From: nos-bbs_mail@pe1biv.net<BR>> To: nos-bbs@tapr.org<BR>> Date: Thu, 14 Apr 2011 23:46:19 +0000<BR>> Subject: Re: [nos-bbs] No Takers ??<BR>> <BR>> Hi Bill and all,<BR>> <BR>> In my rewrite:<BR>> *%*%*%*@pe1biv* $1%$2%$3@$4 r<BR>> *%*%*@pe1biv* $1%$2@$3 r<BR>> *%*@pe1biv* $1@$2 r<BR>> *@pe1biv* $1 r<BR>> <BR>> And:<BR>> *.ampr.org. $1.ampr.org r # Remove the trailing dot<BR>> *%*%*@*.ampr.org $1%$2%$3@$4 r<BR>> *%*@*.ampr.org $1%$2@$3 r<BR>> *@*.ampr.org $1@$2 r<BR>> *.ampr.org $1 r<BR>> <BR>> These lines are fairly at the top of the rewrite, which actually is quite<BR>> extensive after that..<BR>> <BR>> Here 'sp test' goes nicely into the mail folder 'test' and so does<BR>> 'sp test@pe1biv' and 'sp test@pe1biv.ampr.org' .<BR>> <BR>> So, absolutely no problem here..<BR>> BTW, the system here is still running JNOS 1.11f as I need to find my<BR>> Borland C++ again before I can do a new compile (if DOS is still<BR>> supported, that is..).<BR>> <BR>> <BR>> Rgs, 73, Angela<BR>> <BR>> <BR>> ----- Original Message ----- <BR>> From: "Wm Lewis" <thunderft@hotmail.com><BR>> To: <nos-bbs@tapr.org><BR>> Sent: Thursday, April 14, 2011 10:05 PM<BR>> Subject: [nos-bbs] No Takers ??<BR>> <BR>> > No takers on my post from yesterday ??<BR>> > ---------------------------------------------<BR>> <BR>> <BR>> Yeah.... Um...<BR>> <BR>> I gotta say there is something wrong with that part of the REWRITE file<BR>> and how JNOS performs with messages to local users.<BR>> <BR>> First, all other aspects of my REWRITE file appear to work correctly,<BR>> EXCEPT for local users sending messages to local users. That part of the<BR>> rewrite file doesn't work correctly what-so-ever.<BR>> <BR>> My JNOS station call is kg6baj.<BR>> <BR>> My line in my REWRITE file for local stations looks like this:<BR>> ====================<BR>> *@kg6baj $1<BR>> *@kg6baj.* $1<BR>> ====================<BR>> <BR>> This just flat out doesn't work when one local user sends to another local<BR>> user.<BR>> <BR>> <snip><BR>> <BR>> <BR>> <BR>> _______________________________________________<BR>> nos-bbs mailing list<BR>> nos-bbs@tapr.org<BR>> https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs<BR>                                        </body>
</html>