¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

File - Posting guidelines

 

The UI-View Group is very active. Most already do so,
but here are some some guidelines to follow.

1. Civility... this is practiced well by our members!

2. Sign your messages with your name and callsign.

3. Only post messages and responses that are relevant to UI-View.

4. Use plain text for messages sent to the UI-View support list.
When you address some 5000 recipients, you cannot know what their
email readers do with HTML formatted messages. Some will experience
unreadability.

5. IMPORTANT: When replying to a posting (message), kindly delete
all unnecessary text including the trailing text. Only leave the
poster's name, callsign and the time stamp, and the text from
the prior message about which you are commenting, and then trim
the rest. When viewing messages in the Yahoo web based interface,
the command [Up Thread] at the top of the message can be used, and
many email clients can group messages by thread also. Some members
have slow connections or pay for bandwidth. Brevity can often
also improve the clarity of your message. Do not top post... i.e.
do not type your reply above the quoted text.

6. When replying to a post, please decide if your comment should
go to the entire group of about 5000 or directly to the author.
Please think before replying to the group... replies like "I sure
do agree with that" do not add much to the group. Send thoughts
like those directly to the poster please.

7. Postings of sale or swapping of items are not wanted.

8. New members are all moderated for a number of postings. If the
messages follow the guidelines, they are approved and the member
is changed to un-moderated status.

This is a partially moderated list, i.e., only the user's first
messages are moderated, but all messages are monitored after posting.
If an un-moderated posting is found by the moderators to have a
problem, then the poster is changed to moderated status and in
most cases also contacted directly to resolve whatever has caused
the problem.

Actions are taken against those that chronically violate the rules.
The reason for this form of moderation is to block spammers from the
list and it is working well.

9. Do not add disclaimers to your posts that (1) restrict the ability
of other members to use the information you post, (2) claim a copyright
to your post, or (3) to claim any type of "rights" as a consequence of
another member replying to your post either directly to you or to the group.

10. Do not use anti-spam tools like challenge/response; the moderators
will not respond, and since messages to you then will bounce, you most
probably will be removed as a user of the group.


File - About Bouncing (Admin message)

 

This message is sent to all new members, and to all members
every now and then. It has been revised as bounce reports have
changed a bit.

Any of us could experience no longer receiving email from the
UI-View support list. You might want to print this message and
review it if you stop receiving messages from the UI-View list.

If you stop receiving messages from the UI-View list, suspect
that either...

1) this or some other Yahoo group that you are a member of is
sending email which some spamblocker system regard as spam or
junk mail (quite a lot of these reports since summer 2009).

2) it may be that your email account has filled up with unread
messages or that the account on your mail server has ran out of
storage space. Read or delete the old messages on your mail server.

3) Some MSN or Hotmail accounts, and others such as arrl.net,
qsl.net which are used as a forwarding address from time to time
cannot forward to your primary address. When this hapens, the
Yahoo group receives an error message with something like
"impossible to relay to xxx" and you are then in the "bounced"
list. There are increasing numbers of bounces from some service
providers about messages which are blocked by them for policy
reasons.

4) You or your email provider have set up a challenge-and-response
system for those sending e-mail to you. The moderators will not
send replies to such challenges. You should select another
address for your list membership(s).

Sorry, but we cannot investigate every one of these blockings.
Please be aware that if you haven't received list messages
for some days, and reactivation requests are not reaching
you, or not answered by you, your account at the UI-View
list may be deleted. It may deleted if several bounces occur
in less than a week or two. It will also be deleted if the
bounce report says that your address is invalid, discontinued,
or unknown. Be aware that the bounce can relate to messages
from other lists than the UI-View list if you are a member
of other Yahoo groups.

If your membership is deleted, you will not be able to log
into the Yahoo group. If you try and send email to the group,
it will be rejected. However, you can subscribe again with a
valid and working email account by sending an empty email to
ui-view-subscribe@....

If you are away for some time, you might want to set your
account to temporarily receive only special messages or
even no email at all, but we recommend that still receive
special messages. You can log into the Yahoo group when you
return and change it back to daily digest or normal email.

Note: A member may send reactivation requests to himself/herself
from the Email Preferences section of My Groups.

73 and good luck - your UI-View group moderators


Re: UI-Weather FTP errors

 

My problem publishing UI-Weather to my web site turned out to be a Windows Firewall problem. Once I opened set UIWeather to public and private, the data goes through to the correct location.
Thanks for the hints.
Tyler WB7DDL


Re: UI-Weather FTP errors

 

UI-Weather publishes to my web site using ftp from what I can determine,
it's only very simple, no encryption, etc. Heavyweather Publisher ftps to
the website ok. Filezilla works ok too and I can transfer the image and
html file using that, but it's supposed to be automatic using UI-Weather.?
My firewall says UI-Weather can go through.

I'll try your suggestion of a local address and see what happens. Thanks.

*Tyler Parsons*
*
*
On 11/28/2018 20:18, Matt matted@... [ui-view] wrote:
So the source files are good, but the ftp'ed files show up with a name
but 0 bytes. That usually means that there is a firewall between them.
FTP is a very bad protocol for firewalls because it opens two channels;
a command channel (that's how your file name got created), but then a
data channel gets opened back to the source from the destination (this
is how the data gets in the file). Unless your firewall allows for that,
you get exactly what you see.

Now, if your UI-Weather and your website are on the same host, try
ftp'ing to 127.0.0.1 (or localhost) instead of your real ip address, I
don't think most desktop firewalls will stop localhost traffic. Another
way is to use what's called "passive" ftp, both the source and target
have to support and see your specific ftp implementation to see how to
invoke it (most are ftp -P). Worse case you could try to use scp instead
of ftp.

You might also try the ftp manually, just like UI-Weather is doing it to
see if you get error messages that could point you in the right direction.

Good Luck,

Matt


[Non-text portions of this message have been removed]


Re: UI-Weather FTP errors

 

So the source files are good, but the ftp'ed files show up with a name
but 0 bytes. That usually means that there is a firewall between them.
FTP is a very bad protocol for firewalls because it opens two channels;
a command channel (that's how your file name got created), but then a
data channel gets opened back to the source from the destination (this
is how the data gets in the file). Unless your firewall allows for that,
you get exactly what you see.

Now, if your UI-Weather and your website are on the same host, try
ftp'ing to 127.0.0.1 (or localhost) instead of your real ip address, I
don't think most desktop firewalls will stop localhost traffic. Another
way is to use what's called "passive" ftp, both the source and target
have to support and see your specific ftp implementation to see how to
invoke it (most are ftp -P). Worse case you could try to use scp instead
of ftp.

You might also try the ftp manually, just like UI-Weather is doing it to
see if you get error messages that could point you in the right direction.

Good Luck,

Matt

On 11/27/2018 11:40 PM, tparsons@... [ui-view] wrote:

UI-Weather WAS working fine producing a UIWXLive.jpg image and ftping
it to my web site. A couple of months ago something changed (my
fault?) - it still ftp'd the UIWXLive.html file and the image file to
my website, but the filesizes of both were 0.



I've reloaded the original version of UI-Weather and the upgrade (copy
the upgrade into the directory, right?). I'm now back to where I was
with the filesizes being 0 on my website. When I check the File Copy,
the files are created in the designated directory and are OK.


Something is obviously missing or broken. Any help will be appreciated.


Tyler WB7DDL




[Non-text portions of this message have been removed]


[Non-text portions of this message have been removed]


UI-Weather FTP errors

 

UI-Weather WAS working fine producing a UIWXLive.jpg image and ftping it to my web site. A couple of months ago something changed (my fault?) - it still ftp'd the UIWXLive.html file and the image file to my website, but the filesizes of both were 0.



I've reloaded the original version of UI-Weather and the upgrade (copy the upgrade into the directory, right?). I'm now back to where I was with the filesizes being 0 on my website. When I check the File Copy, the files are created in the designated directory and are OK.


Something is obviously missing or broken. Any help will be appreciated.


Tyler WB7DDL


Re: UI-Weather display error

 

I see that there are separate skins for the WS-2300 which correctly label the graphs. substituting those fixed the problem.


---In ui-view@..., <tparsons@...> wrote :

The UI-Weather panel by M0CYP seems to have some mislabelling in it. The top-center panel is labelled Wind Gust in MPH in my display but actually the data is for Indoor Humidity. Andy's screen shot shows Indoor Humidity, but not in % but rather MPH. Does anyone know how to fix this and either put Wind Gust data in, or change the label to Indoor Humidity? Since Indoor temperature is not reported, I'm not sure why IH would be of interest. I'd rather have Wind Gust.








View on www.apritch.co.uk
Preview by Yahoo



Re: Uiview32 setting for window 10

 

Pandit VU2DCT wrote...

Thanks. I got success finally.
I am glad to hear that, but perhaps you could let us know what the problem was and what the solution was. That might help someone else down the road.

--
73 Keith VE7GDH
¡° I might be lost, but I know exactly where I am!¡±


Re: Uiview32 setting for window 10

 

Another issue, if you want to connect UIview to the Internet, is the outdated
list of APRS-IS servers presented when you go to "Setup", "APRS Server
Setup".??? For many years, my website at
<>? had a discussion of this issue and
provided links to download a replacement server list.??? I just discovered that
all these links have gone bad too.??? Here is the revised paragraph I just
posted on my UIview_Notes page:
-------------------------------------------------------------------------------


*APRS Server List*??? Pulling down "File, Download APRS Server List" tries to
send you to the URL to download a current list
of available APRS Internet servers. This address has been obsolete for over a
decade.

One used to be able to replace this list with one downloaded from
? instead. This link is now dead. The home
page at <>?? now yields a placeholder
page with no information or links on it.

However * yields a comprehensive list of current
servers for both the CORE and TIER2 aprs networks. This is NOT in the form of a
simple text file you can download and install into UIview. However, you can
study the list, pick a few servers of interest to you (presumably the ones
closest to you) and enter them as additions to the original list in UIview.

Or you can use one of the virtual servers that randomly assign you a real
server.? Add one of these to the original server list in UIview and check it.
Go to "Setup, APRS Server Setup" and press the "Insert" key. Then enter one of
the server names below:

*rotate.aprs2.net:14580*? (randomly assigns a server anywhere in the world)

*noam.aprs2.net:14580*?? (randomly assigns a server in North America)

*soam.aprs2.net:14580 *(randomly assigns a server in South America*)

euro.aprs2.net:14580*?? (randomly assigns a server in Europe)

*asia.aprs2.net:14580*??? (randomly assigns a server in Asia)



A list of North American servers, is located here on the WA8LMF website:



-------------------------------------------------------------------------------
Stephen H. Smith wa8lmf (at) aol.com
Skype:??????? WA8LMF
EchoLink:? Node #? 14400? [Think bottom of the 2-meter band]
Home Page:?????????

Live Off-The-Air APRS Activity Maps
?? <>

Long-Range APRS on 30 Meters HF
?? <>

<center>
<a href=" title="Click to add
Solar-Terrestrial Data to your website!"><img
src="></a>
</center>



[Non-text portions of this message have been removed]


Re: Uiview32 setting for window 10

 

On 11/12/2018 10:51 AM, 'Kevin Wesolowski' KD7DFV@... [ui-view] wrote:

That would be in the help file.

Also:

Kevin W.

KD7DFV
The UIivew Help File is in the old, now deprecated, WinHelp? .hlp format. *It
won't display in Win 7, 8 or 10 by default*.? You have to restore the old
WinHelp.exe help file "player" from earlier versions of Windows.?? From my web
page at <>:

"Starting with Windows Vista and continuing through Windows 7, 8.x and 10,
Microsoft quietly dropped support for the traditional Windows *.hlp*Help File
format, rendering UIview's extensive help system unusable, along with those of
thousands of other older programs. The file "_WinHlp32.exe_" must be downloaded
from Microsoft, and installed into Vista or Win7, before these older help
systems will work.

(Microsoft is now trying to get programmers to write help systems in "compiled
HTML" *.chm* files that can be displayed in Internet Explorer, rather than the
old *.hlp* format that requires the specialized WinHelp.exe "player".)

Quoting from the Microsoft web site:

"Microsoft stopped including the 32-bit Help file viewer in Windows releases
beginning with Windows Vista and Windows Server 2008. To support customers who
still rely on legacy .hlp files, the Microsoft Download Center provides
WinHlp32.exe downloads for Windows Vista, Windows 7, Windows Server 2008, and
Windows Server 2008 R2."

More information about, and downloads of, the missing *WinHlp32.exe* component
are here:



Microsoft only provides Winhelp installers for Windows Vista, 7 and 8.x.? They
have indicated that no installer for Windows 10 will be offered.? However, the
installer below, archived on this website, will work with _any_ 32-or 64-bit
flavor of Windows from Vista through Win 10.

***

This self-extracting zip file installer is based on the excellent work of by
Komeil Bahmanpour.? He figured out how to work around the thicket of Windows
UAC file protection and privileges to force install of WinHelp32.exe.
Information is posted on his blog at


<>






[Non-text portions of this message have been removed]


Re: Uiview32 setting for window 10

 

Thanks.
I got success finally.
73
Pandit, vu2dct


On Tue 13 Nov, 2018, 04:26 'Kevin Wesolowski' KD7DFV@... [ui-view], <
ui-view@...> wrote:



That would be in the help file.

Also:

Kevin W.

KD7DFV

From: ui-view@... [mailto:ui-view@...]
Sent: Monday, November 12, 2018 6:48 AM
To: ui-view@...
Subject: Re: [UI-View] Uiview32 setting for window 10

Dear Keith

I want to use uivew32 through internet. So please guide me how can I
set up the tnc or add server list etc. Pl guide point to point.

73
de
pandit vu2dct

On 11/11/18, Keith VE7GDH ve7gdh@... [ui-view]
<ui-view@...> wrote:
Pandit VU2DCT wrote¡­

I need the setting of UI-View32 for Windows 10. I was using Win XP...
What do you mean by ¡°settings¡±? Do you have UI-View installed and
registered?

There no settings that need to be different between XP and Windows 10,
but
if you are using Windows 10, it should be installed somewhere other than
below ¡°Program Files¡± as the operating system doesn¡¯t like anything
making
changes to files below there.

What TNC are you using¡­ or are you using a ¡°sound card¡± modem? Is it
communicating with UI-View?

Please explain exactly what you need a hand with.

--
73 Keith VE7GDH
¡°I may be lost, but I know exactly where I am!¡±
--
A-218, H.A.L. Township
Lucknow - 226016
INDIA

E -80¡ã59'11" N - 26¡ã51'55"
GRID : NL06LU

Phone : +91 522-2350181
MOB : +91 9450911438

[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]


Re: Uiview32 setting for window 10

 

Pandit VU2DCT wrote...

I need the setting of UI-View32 for window 10.
I was using it Win XP.
About the only difference is that UI-View shouldn't be installed below Program Files as the operating system doesn't like anything making changes there, and the context sensitive help file won't work unless you install something to allow you to view the old-style HLP help files. The RestoreWinhelp32.exe file below will allow you to use the help file.




Jeff G8HUL mentioned updating UIFLOOD and UITRACE in the uiview32.ini file, but is to update it to the latest standards for digipeating and not because of a change in the operating system.

So... the first question is do you have UI-View32 installed and registered? You mentioned it was previously installed in XP. It will be the same registration number and APRS validation number if you are using the same call sign.

--
73 Keith VE7GDH
"I may be lost, but I know exactly where I am!"


Re: Uiview32 setting for window 10

Kevin Wesolowski
 

That would be in the help file.

Also:



Kevin W.

KD7DFV



From: ui-view@... [mailto:ui-view@...]
Sent: Monday, November 12, 2018 6:48 AM
To: ui-view@...
Subject: Re: [UI-View] Uiview32 setting for window 10





Dear Keith

I want to use uivew32 through internet. So please guide me how can I
set up the tnc or add server list etc. Pl guide point to point.

73
de
pandit vu2dct

On 11/11/18, Keith VE7GDH ve7gdh@... [ui-view]
<ui-view@...> wrote:
Pandit VU2DCT wrote¡­

I need the setting of UI-View32 for Windows 10. I was using Win XP..
What do you mean by ¡°settings¡±? Do you have UI-View installed and
registered?

There no settings that need to be different between XP and Windows 10, but
if you are using Windows 10, it should be installed somewhere other than
below ¡°Program Files¡± as the operating system doesn¡¯t like anything making
changes to files below there.

What TNC are you using¡­ or are you using a ¡°sound card¡± modem? Is it
communicating with UI-View?

Please explain exactly what you need a hand with.

--
73 Keith VE7GDH
¡°I may be lost, but I know exactly where I am!¡±
--
A-218, H.A.L. Township
Lucknow - 226016
INDIA

E -80¡ã59'11" N - 26¡ã51'55"
GRID : NL06LU

Phone : +91 522-2350181
MOB : +91 9450911438





[Non-text portions of this message have been removed]


Re: Uiview32 setting for window 10

 

Dear Keith

I want to use uivew32 through internet. So please guide me how can I
set up the tnc or add server list etc. Pl guide point to point.

73
de
pandit vu2dct


On 11/11/18, Keith VE7GDH ve7gdh@... [ui-view]
<ui-view@...> wrote:
Pandit VU2DCT wrote¡­

I need the setting of UI-View32 for Windows 10. I was using Win XP.
What do you mean by ¡°settings¡±? Do you have UI-View installed and
registered?

There no settings that need to be different between XP and Windows 10, but
if you are using Windows 10, it should be installed somewhere other than
below ¡°Program Files¡± as the operating system doesn¡¯t like anything making
changes to files below there.

What TNC are you using¡­ or are you using a ¡°sound card¡± modem? Is it
communicating with UI-View?

Please explain exactly what you need a hand with.

--
73 Keith VE7GDH
¡°I may be lost, but I know exactly where I am!¡±

--
A-218, H.A.L. Township
Lucknow - 226016
INDIA

E -80¡ã59'11" N - 26¡ã51'55"
GRID : NL06LU

Phone : +91 522-2350181
MOB : +91 9450911438


Re: Uiview32 setting for window 10

 

Pandit VU2DCT wrote¡­

I need the setting of UI-View32 for Windows 10. I was using Win XP.
What do you mean by ¡°settings¡±? Do you have UI-View installed and registered?

There no settings that need to be different between XP and Windows 10, but if you are using Windows 10, it should be installed somewhere other than below ¡°Program Files¡± as the operating system doesn¡¯t like anything making changes to files below there.

What TNC are you using¡­ or are you using a ¡°sound card¡± modem? Is it communicating with UI-View?

Please explain exactly what you need a hand with.

--
73 Keith VE7GDH
¡°I may be lost, but I know exactly where I am!¡±


Re: Uiview32 setting for window 10

 

Ui-view is still probably the best program out there, which shows how good Roger's program really was!

Using it under windows 10 needs trivial changes, which are the same as for Windows 7.
Install in its own folder, not under Program files.
Edit uiview32.ibi to swap UIFLOOD & UITRACE values (or add something else local for UIFLOOD.

It works fine under Windows 10.

73
Jeff G8HUL

-----Original Message-----
From: ui-view@... <ui-view@...>
Sent: 10 November 2018 16:15
To: ui-view@...
Subject: Re: [UI-View] Uiview32 setting for window 10

On 11/10/2018 9:36 AM, 'PANDIT, VU2DCT' lkopandit@... [ui-view] wrote:

I need the setting of uiviee32 for window 10. I was using it winxp.
Pl help
73
Pandit Vu2dct
-------------------------------------------------------------------------------
*** Important To Understand !!! ***

Roger Barker G4IDE, the author of UIview, died abruptly of cancer in later 2004. At his request from his deathbed, the source code for the program was destroyed, making updates impossible.

The main UIview program has now remained unchanged for /_NEARLY 15 YEARS_/. It is an "orphan" frozen in time as of 14 April 2004 during the "Windows XP era".
This is long before Windows Vista, 7, 8 and 10 appeared.

*Uiview can be made to work with Windows 7 and later, either 32- or 64-bits, but it **IS NOT**a mindless "just run SETUP and accept the defaults"
undertaking.*

An increasing number of out-of-the-box defaults and settings are outdated.
Fortunately, many of these can be changed _after_ the initial install.


*All the details you need to install and run UIview in Windows 7-8-10 are here on my website:**
***
*<> *



Note that Windows 7 is a much better bet than Windows 10 for the long term.
Windows 10 is an endlessly-moving target with forced updates that you can't
opt-out of or refuse. Sooner or later, an update to Win 10 is likely to
permanently "break" UIview.

-------------------------------------------------------------------------------
Stephen H. Smith wa8lmf (at) aol.com
Skype: WA8LMF
EchoLink: Node # 14400 [Think bottom of the 2-meter band]
Home Page:

Live Off-The-Air APRS Activity Maps
<>

Long-Range APRS on 30 Meters HF
<>



[Non-text portions of this message have been removed]



------------------------------------

------------------------------------

Please do not top post, and trim quoted text as much as possible.

UI-View website:

UI-View Registration:
Select language & fill in your name and call sign. Return later to collect your registration.

APRS Server List: To update the APRS Server List, change the download URL to... aprs2.net/APRServe2.txt

For North American users, PMap 9 (Precision Mapping 9.0) along with PMapServer 9 can provide street level mapping for all of North America. They can be installed without hassle on Windows 7 & 8. PMapServer is available for download on the UI-View website. However, Undertow Software is no longer selling new copies of PMap 9, but existing owners can continue to use it as long as they can get it registered.

Users of anything newer than Windows XP should not install UI-View below Program Files. Instead, create a folder elsewhere. To view UI-View&#39;s built-in context sensitive help file, download and install WinHlp32.exe.


Stephen WA8LMF has many useful hints and tips about setting up and using UI-View on website:
------------------------------------

Yahoo Groups Links


Re: Uiview32 setting for window 10

 

On 11/10/2018 9:36 AM, 'PANDIT, VU2DCT' lkopandit@... [ui-view] wrote:

I need the setting of uiviee32 for window 10. I was using it winxp.
Pl help
73
Pandit Vu2dct
-------------------------------------------------------------------------------
*** Important To Understand !!! ***

Roger Barker G4IDE, the author of UIview, died abruptly of cancer in later
2004.? At his request from his deathbed, the source code for the program was
destroyed, making updates impossible.

The main UIview program has now remained unchanged for /_NEARLY 15 YEARS_/. It
is an "orphan" frozen in time as of? 14 April 2004 during the "Windows XP era".
This is long before Windows Vista, 7, 8 and 10 appeared.

*Uiview can be made to work with Windows 7 and later, either 32- or 64-bits,
but it **IS NOT**a mindless? "just run SETUP and accept the defaults"?
undertaking.*

An increasing number of out-of-the-box defaults and settings are outdated.
Fortunately, many of these can be changed _after_ the initial install.


*All the details you need to install and run UIview in Windows 7-8-10 are here
on my website:**
***
*<> *



Note that Windows 7 is a much better bet than Windows 10 for the long term.???
Windows 10 is an endlessly-moving target with forced updates that you can't
opt-out of or refuse. Sooner or later, an update to Win 10 is likely to
permanently "break" UIview.

-------------------------------------------------------------------------------
Stephen H. Smith??? wa8lmf (at) aol.com
Skype:??????? WA8LMF
EchoLink:? Node #? 14400? [Think bottom of the 2-meter band]
Home Page:?????????

Live Off-The-Air APRS Activity Maps
?? <>

Long-Range APRS on 30 Meters HF
?? <>



[Non-text portions of this message have been removed]


Uiview32 setting for window 10

 

I need the setting of uiviee32 for window 10. I was using it winxp.
Pl help
73
Pandit Vu2dct


Updated BPQ32 Installer released

 

An updated BPQ32 , including BPQAPRS, is available on the BPQ32 Yahoo Group .


The BPQ32 digipeater is 'new paradigm' compliant and includes mapping and messaging.


Ron, AE5E


File - Posting guidelines

 

The UI-View Group is very active. Most already do so,
but here are some some guidelines to follow.

1. Civility... this is practiced well by our members!

2. Sign your messages with your name and callsign.

3. Only post messages and responses that are relevant to UI-View.

4. Use plain text for messages sent to the UI-View support list.
When you address some 5000 recipients, you cannot know what their
email readers do with HTML formatted messages. Some will experience
unreadability.

5. IMPORTANT: When replying to a posting (message), kindly delete
all unnecessary text including the trailing text. Only leave the
poster's name, callsign and the time stamp, and the text from
the prior message about which you are commenting, and then trim
the rest. When viewing messages in the Yahoo web based interface,
the command [Up Thread] at the top of the message can be used, and
many email clients can group messages by thread also. Some members
have slow connections or pay for bandwidth. Brevity can often
also improve the clarity of your message. Do not top post... i.e.
do not type your reply above the quoted text.

6. When replying to a post, please decide if your comment should
go to the entire group of about 5000 or directly to the author.
Please think before replying to the group... replies like "I sure
do agree with that" do not add much to the group. Send thoughts
like those directly to the poster please.

7. Postings of sale or swapping of items are not wanted.

8. New members are all moderated for a number of postings. If the
messages follow the guidelines, they are approved and the member
is changed to un-moderated status.

This is a partially moderated list, i.e., only the user's first
messages are moderated, but all messages are monitored after posting.
If an un-moderated posting is found by the moderators to have a
problem, then the poster is changed to moderated status and in
most cases also contacted directly to resolve whatever has caused
the problem.

Actions are taken against those that chronically violate the rules.
The reason for this form of moderation is to block spammers from the
list and it is working well.

9. Do not add disclaimers to your posts that (1) restrict the ability
of other members to use the information you post, (2) claim a copyright
to your post, or (3) to claim any type of "rights" as a consequence of
another member replying to your post either directly to you or to the group.

10. Do not use anti-spam tools like challenge/response; the moderators
will not respond, and since messages to you then will bounce, you most
probably will be removed as a user of the group.