<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Doug,<br><br>IRLP is Dave Cameron's network. It is his to decide what happens or doesn't happen on it<br>or with it. I always have and always will totally respect his position and say in this matter.<br><br>Putting such support in official Allstar software would clearly endorse operation which is <br>contrary to his wishes/policies regarding his network. I won't do so, nor do I appreciate<br>anyone encouraging others to do so.<br><br>Jim WB6NIL<br><br><div><hr id="stopSpelling">From: doug@crompton.com<br>To: app_rpt-users@ohnosec.org<br>Date: Wed, 20 Aug 2014 09:57:48 -0400<br>Subject: Re: [App_rpt-users] Web transceiver node display<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr"><font style="" face="Tahoma">Well I respectfully disagree. There are unofficial bridges and depending on how they are configured they do pass IRLP nodes as 8xxxxx  - You certainly have the option of using that information or just ignoring it. I can show you a display that shows the IRLP node when a bridge is connected. This of course is totally dependent on how the bridge works. There is still old code floating around and probably modified code being used for bridges. Someone decided that the 8xxxxx region was now IRLP official or not.<br id="ecxFontBreak"></font><br><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div><hr id="ecxstopSpelling">From: telesistant@hotmail.com<br>To: doug@crompton.com; app_rpt-users@ohnosec.org<br>Subject: RE: [App_rpt-users] Web transceiver node display<br>Date: Wed, 20 Aug 2014 06:25:21 -0700<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style>
<div dir="ltr">WRONG!<br><br>IRLP IS NOT DESIGNATED AS *ANYTHING*!!!!!!!<br><br>Allstar is not interconnected with IRLP. <br><br>Doug:<br><br>Where do you get off making such a statement? You are in no position to do so.<br>In fact what you are doing here is endorsing activity OFFICIALLY AGAINST<br>Allstar system policy, which absolutely will NOT BE TOLERATED IN ANY<br>WAY SHAPE OR FORM!!!<br><br>Jim, WB6NIL<br><br><br><br><div><hr id="ecxstopSpelling">From: doug@crompton.com<br>To: app_rpt-users@ohnosec.org<br>Date: Tue, 19 Aug 2014 23:12:02 -0400<br>Subject: Re: [App_rpt-users] Web transceiver node display<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style>
<div dir="ltr"><font style="" face="Tahoma">The leading "4" needs to be changed to a leading "8"  IRLP is now designated as 8xxxx. There still are unofficial bridges and in my lsnodes script I often see real IRLP nodes that show up with the leading 8 which I strip. The problem is though you can't just check for the leading 8 you really have to check for the entire string and make sure it is in the 80,000 to 89999 range. <br id="ecxFontBreak"></font><br><font style="" face="Tahoma">I would think the web transceiver code does this now for the 40000-49999 range. Just needs to be changed to 80000-89999.</font><font style="" face="Tahoma"> If it is a number in that range strip the leading 8 and present as an IRLP node.</font><br><br><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div><hr id="ecxstopSpelling">From: mike@midnighteng.com<br>To: app_rpt-users@ohnosec.org<br>Date: Tue, 19 Aug 2014 19:32:00 -0700<br>Subject: Re: [App_rpt-users] Web transceiver node display<br><br><span style="font-family:Verdana;color:#000000;font-size:10pt;"><div><br></div><div><br></div><div>If you have the correct segment...</div><div><br></div><div>a simple change will prevent the problem until something better can be worked out.</div><div><br></div><div>}<br> String s0 = str.substring(1, 2);<br> if (s0.equals("4")) {<br> return <u><i><b>false</b></i></u>;<br> }<br> return false;<br> }</div><div><br></div><div>...mike/kb8jnm</div><div><br></div><blockquote id="ecxreplyBlockquote" style="border-left:2px solid blue;padding-left:8px;font-size:10pt;color:black;font-family:verdana;">
<div id="ecxwmQuoteWrapper">
-------- Original Message --------<br>
Subject: Re: [App_rpt-users] Web transceiver node display<br>
From: Bryan Fields <<a href="mailto:Bryan@bryanfields.net">Bryan@bryanfields.net</a>><br>
Date: Tue, August 19, 2014 9:58 pm<br>
To: APP RPT <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
<br>
     <div class="ecxmoz-cite-prefix">It's Java, it practically ships with the source.<br> <br> <a target="_blank" class="ecxmoz-txt-link-freetext" href="http://jd.benow.ca/">http://jd.benow.ca/</a>, the online version works fine for messing around with it.<br> <br> I'd say the offending code is this:<br>  <br>  private boolean isIRLP(String str)<br> {<br> if (str.length() != 6) {<br> return false;<br> }<br> for (int i = 2; i < str.length(); i++)<br> {<br> char ch = str.charAt(i);<br> if (!Character.isDigit(ch)) {<br> return false;<br> }<br> }<br> String s0 = str.substring(1, 2);<br> if (s0.equals("4")) {<br> return true;<br> }<br> return false;<br> }<br> <br> it's in the  <span class="ecxclass ecxhighlight ecxhover">BeanCanFrameManager.class in the jar.  It's a signed jar, so the hard part will be resigning it and getting it to be happy with a different rsa key.</span><br> I'm no programer, just a guy that knows some assembler and has a copy of IDA.  I don't have the time to mess with it either right now :(<br> <br> 73's<br> <br> On 8/19/14, 8:11 PM, <a target="_blank" class="ecxmoz-txt-link-abbreviated" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a> wrote:<br> </div> <blockquote cite="mid:WM!d98ac227e48ba60a903df1716a511a7a650a14a6cdf4abfb107fe71a9ec2651f2074f545b45bd4b25b83a909acedf5a8!@asav-1.01.com"><span style="font-family:Verdana;color:#000000;font-size:10pt;"> <div><br> <br> Since we no longer bridge to irlp, it should be a easy fix in a evaluation statement of node number over 4xxxx. (short fix)</div> <div><br> </div> <div>Or eliminating all code to irlp connects (long fix) not desirable as things could change again.<br> </div> <div><br> </div> <div>Not having seen the code, I should refrain from comment though. There could be all kinds of hidden treasures there. Not always as easy as one might think.<br> </div> <div><br> </div> <div>...mike/kb8jnm</div> <div><br> </div> <blockquote id="ecxreplyBlockquote" style="border-left:2px solid blue;padding-left:8px;font-size:10pt;color:black;font-family:verdana;"> <div id="ecxwmQuoteWrapper"> -------- Original Message --------<br> Subject: Re: [App_rpt-users] Web transceiver node display<br> From: iain macdonnell - N6ML <<a target="_blank" href="mailto:ar@dseven.org">ar@dseven.org</a>><br> Date: Tue, August 19, 2014 7:58 pm<br> To: <a target="_blank" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a><br> Cc: "<a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>" <<a target="_blank" href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br> <br> There's (apparently) some logic that makes it display node numbers of<br> the form '4xxxx' as if they were IRLP nodes. e.g. my node is 40898,<br> and it appears in WebTransceiver as something like "IRLP:0898"<br> <br> 73,<br> <br> ~iain / N6ML<br> <br> <br> <br> On Tue, Aug 19, 2014 at 4:50 PM, <<a target="_blank" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>> wrote:<br> ><br> ><br> > Through all the chatter on this, I lost sight of what the problem is that we<br> > are trying to FIX ?<br> > Outside of being a java web app.<br> ><br> > ...mike/kb8jnm<br> ><br> > -------- Original Message --------<br> > Subject: Re: [App_rpt-users] Web transceiver node display<br> > From: Doug Crompton <<a target="_blank" href="mailto:doug@crompton.com">doug@crompton.com</a>><br> > Date: Tue, August 19, 2014 7:22 pm<br> > To: "<a target="_blank" href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>" <<a target="_blank" href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br> ><br> > Would he be willing to just fix the problem? It seems like a rather simple<br> > fix if we are just talking about the node display.<br> ><br> > 73 Doug<br> > WA3DSP<br> > <a target="_blank" href="http://www.crompton.com/hamradio">http://www.crompton.com/hamradio</a><br> ><br> ><br> > ________________________________<br> > From: <a target="_blank" href="mailto:tim.sawyer@mac.com">tim.sawyer@mac.com</a><br> > Date: Tue, 19 Aug 2014 15:43:26 -0700<br> > To: <a target="_blank" href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br> > Subject: Re: [App_rpt-users] Web transceiver node display<br> ><br> > I talked to Jim Dixon about this yesterday. He said he is willing to supply<br> > the source under certain conditions. Please contact him directly if<br> > interested.<br> > --<br> > Tim<br> > :wq<br> ><br> > On Aug 17, 2014, at 1:48 PM, Bob Brown - WØNQX <<a target="_blank" href="mailto:bbrown@byrg.net">bbrown@byrg.net</a>> wrote:<br> ><br> > well guys here is the list for the web site.... emails are included for most<br> > take your pick.....<br> ><br> ><br> ><br> > AllStar Link Network -- Developers<br> ><br> > Allstar Link Web Site Development Team<br> ><br> ><br> > <a target="_blank" href="mailto:w0otm@w0otm.com">w0otm@w0otm.com</a> -- Marshall Dias, W0OTM<br> ><br> ><br> ><br> > <a target="_blank" href="mailto:jim@lambdatel.com">jim@lambdatel.com</a> -- Jim Dixon, WB6NIL<br> ><br> ><br> ><br> > <a target="_blank" href="mailto:dsuper7@gmail.com">dsuper7@gmail.com</a> -- Daniel Issac, No call (at least not yet)<br> ><br> ><br> > App_rpt Development Team<br> ><br> ><br> > <a target="_blank" href="mailto:jim@lambdatel.com">jim@lambdatel.com</a> -- Jim Dixon, WB6NIL<br> ><br> ><br> ><br> > <a target="_blank" href="mailto:hwstar@rodgers.sdcoxmail.com">hwstar@rodgers.sdcoxmail.com</a> -- Steve RoDgers, WA6ZFT<br> ><br> ><br> ><br> > <a target="_blank" href="mailto:sph@xelatec.com">sph@xelatec.com</a> -- Steve Henke, W9SH<br> ><br> ><br> ><br> > And many other who have generously contributed to this technology<br> ><br> ><br> > Allstar Link OS And Sotware Distrubutions (ACID and Limey Linux)<br> ><br> ><br> > <a target="_blank" href="mailto:hwstar@rodgers.sdcoxmail.com">hwstar@rodgers.sdcoxmail.com</a> -- Steve RoDgers, WA6ZFT<br> ><br> ><br> > Other Developers<br> ><br> ><br> > Other Developers<br> ><br> ><br> > --<br> > Thanks in Advance<br> ><br> > Bob Brown, WØNQX<br> ><br> > Kansas City Metro Area<br> ><br> > <a target="_blank" href="http://drsm0ke.net">http://drsm0ke.net</a><br> ><br> > <a target="_blank" href="http://byrg.net">http://byrg.net</a><br> ><br> > <a target="_blank" href="http://sm0kenet.net">http://sm0kenet.net</a><br> ><br> > <a target="_blank" href="http://kcdstar.byrg.net">http://kcdstar.byrg.net</a><br> ><br> > Quis custodiet ipsos custodes?<br> ><br> ><br> ><br> ><br> > --<br> ><br> ><br> > On Sun, Aug 17, 2014 at 3:46 PM, Doug Crompton <<a target="_blank" href="mailto:doug@crompton.com">doug@crompton.com</a>> wrote:<br> ><br> > Well if you don't have source for the current web transceiver apparently<br> > there is source for iaxrpt which works well. It could be used as a base for<br> > something new on the web page.<br> ><br> > It is really a shame to start all over again when this is probably a very<br> > simple fix to the current code. Who had the source? Can we contact that<br> > person?<br> ><br> ><br> > 73 Doug<br> > WA3DSP<br> > <a target="_blank" href="http://www.crompton.com/hamradio">http://www.crompton.com/hamradio</a><br> ><br> ><br> >> Date: Sun, 17 Aug 2014 12:26:04 -0700<br> >> From: <a target="_blank" href="mailto:ar@dseven.org">ar@dseven.org</a><br> >> To: <a target="_blank" href="mailto:kb4fxc@inttek.net">kb4fxc@inttek.net</a><br> >> CC: <a target="_blank" href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br> ><br> >> Subject: Re: [App_rpt-users] Web transceiver node display<br> >><br> >> Some desire to get away from Java was expressed, and HTML5 suggested.<br> >> I don't know much about HTML5 yet, to be honest. Does anyone see an<br> >> easy path to a web client based on HTML5 + IAX2 ?<br> >><br> >> It appears that the current WebTransceiver is based on Mexuar Corraleta<br> >><br> >> <a target="_blank" href="http://www.voip-info.org/wiki/view/Mexuar">http://www.voip-info.org/wiki/view/Mexuar</a><br> >><br> >> 73,<br> >><br> >> ~iain / N6ML<br> >><br> >><br> >> On Sun, Aug 17, 2014 at 12:12 PM, David McGough <<a target="_blank" href="mailto:kb4fxc@inttek.net">kb4fxc@inttek.net</a>> wrote:<br> >> ><br> >><br> >> > Hi Guys,<br> >> ><br> >> > SIP and IAX2 are completely different protocols. It's rather like<br> >> > comparing a Chevy to a Ford or English to Chinese---Both VoIP protocols<br> >> > accomplish a lot of the same things, but, they aren't interchangeable<br> >> > nor<br> >> > are they directly compatible.<br> >> ><br> >> > However, there are many IAX2 toolkits out there, including some written<br> >> > in<br> >> > Java, etc. So, I recommend abandoning the notion of SIP for the Web<br> >> > Transceiver entirely--go with IAX2 from the start. SIP won't do what's<br> >> > needed for interfacing with the app_rpt code since SIP doesn't natively<br> >> > pass the telemetry used by app_rpt, etc.<br> >> ><br> >> > 73, David KB4FXC<br> >> ><br> >> ><br> >> ><br> >> > On Sun, 17 Aug 2014 <a target="_blank" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a> wrote:<br> >> ><br> >> >><br> >> >> My understanding of<br> >> >><br> >> >> Differences to sip and iax is that underlying command/control/comment<br> >> >> data.<br> >> >><br> >> >> If you have and send that data, asterisk is ready for it.<br> >> >><br> >> >> Any sip device can be a iax device, but to have iax control, you must<br> >> >> send that extra iax data formatted.<br> >> >> Any iax device can be used as a sip device without control.<br> >> >><br> >> >> any clues where the original java source may be found ?<br> >> >><br> >> >> ...mike/kb8jnm<br> >> >> -------- Original Message --------<br> >> >> Subject: Re: [App_rpt-users] Web transceiver node display<br> >> >> From: Tim Sawyer <<a target="_blank" href="mailto:tim.sawyer@mac.com">tim.sawyer@mac.com</a>><br> >> >> Date: Sun, August 17, 2014 1:35 pm<br> >> >> To: <a target="_blank" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a><br> >> >> Cc: <a target="_blank" href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br> >> >><br> >> >> Why is (a nicely commented) <a target="_blank" href="http://iax.conf">iax.conf</a> shown there?<br> >> >> --<br> >> >> Tim<br> >> >> :wq<br> >> >><br> >> >> On Aug 17, 2014, at 10:14 AM, <a target="_blank" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a> wrote:<br> >> >><br> >> >> It's already sourced as iax.<br> >> >><br> >> >><br> >> >> <a target="_blank" href="https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/%3ca%20href=">iax.conf</a>?r=126"><a target="_blank" class="ecxmoz-txt-link-freetext" href="https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/">https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/</a><a target="_blank" href="http://iax.conf">iax.conf</a>?r=126<br> >> >><br> >> >><br> >> >><br> >> >><br> >> ><br> >> > _______________________________________________<br> >> > App_rpt-users mailing list<br> >> > <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> >> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br> >> ><br> >> > To unsubscribe from this list please visit<br> >> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> >> > the bottom of the page. Enter your email address and press the "Unsubscribe<br> >> > or edit options button"<br> >> > You do not need a password to unsubscribe, you can do it via email<br> >> > confirmation. If you have trouble unsubscribing, please send a message to<br> >> > the list detailing the problem.<br> >> _______________________________________________<br> >> App_rpt-users mailing list<br> >> <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> >> <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br> >><br> >> To unsubscribe from this list please visit<br> >> <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> >> the bottom of the page. Enter your email address and press the "Unsubscribe<br> >> or edit options button"<br> >> You do not need a password to unsubscribe, you can do it via email<br> >> confirmation. If you have trouble unsubscribing, please send a message to<br> >> the list detailing the problem.<br> >><br> ><br> > _______________________________________________<br> > App_rpt-users mailing list<br> > <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br> ><br> > To unsubscribe from this list please visit<br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> > the bottom of the page. Enter your email address and press the "Unsubscribe<br> > or edit options button"<br> > You do not need a password to unsubscribe, you can do it via email<br> > confirmation. If you have trouble unsubscribing, please send a message to<br> > the list detailing the problem.<br> ><br> ><br> > _______________________________________________<br> > App_rpt-users mailing list<br> > <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br> ><br> > To unsubscribe from this list please visit<br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> > the bottom of the page. Enter your email address and press the "Unsubscribe<br> > or edit options button"<br> > You do not need a password to unsubscribe, you can do it via email<br> > confirmation. If you have trouble unsubscribing, please send a message to<br> > the list detailing the problem.<br> ><br> ><br> ><br> > _______________________________________________ App_rpt-users mailing list<br> > <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> To unsubscribe<br> > from this list please visit<br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> > the bottom of the page. Enter your email address and press the "Unsubscribe<br> > or edit options button" You do not need a password to unsubscribe, you can<br> > do it via email confirmation. If you have trouble unsubscribing, please send<br> > a message to the list detailing the problem.<br> > ________________________________<br> > ________________________
_______________________<br> > App_rpt-users mailing list<br> > <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br> ><br> > To unsubscribe from this list please visit<br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> > the bottom of the page. Enter your email address and press the "Unsubscribe<br> > or edit options button"<br> > You do not need a password to unsubscribe, you can do it via email<br> > confirmation. If you have trouble unsubscribing, please send a message to<br> > the list detailing the problem.<br> ><br> ><br> > _______________________________________________<br> > App_rpt-users mailing list<br> > <a target="_blank" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br> ><br> > To unsubscribe from this list please visit<br> > <a target="_blank" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to<br> > the bottom of the page. Enter your email address and press the "Unsubscribe<br> > or edit options button"<br> > You do not need a password to unsubscribe, you can do it via email<br> > confirmation. If you have trouble unsubscribing, please send a message to<br> > the list detailing the problem.<br> </div> </blockquote> </span> <br> <fieldset class="ecxmimeAttachmentHeader"></fieldset> <br> <pre>_______________________________________________
App_rpt-users mailing list
<a target="_blank" class="ecxmoz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>
<a target="_blank" class="ecxmoz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a>

To unsubscribe from this list please visit <a target="_blank" class="ecxmoz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. </pre> </blockquote> <br> <br> <pre class="ecxmoz-signature">-- 
Bryan Fields

727-409-1194 - Voice
727-214-2508 - Fax
<a target="_blank" class="ecxmoz-txt-link-freetext" href="http://bryanfields.net">http://bryanfields.net</a></pre>   <hr>_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. 
</div>
</blockquote></span>
<br>_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.</div>                                          </div>
<br>_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.</div>                                          </div></div>                                        </div>
<br>_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.</div>                                          </div></body>
</html>