home *** CD-ROM | disk | FTP | other *** search
- New routing verb "ZONE xxx".
-
- OMMM handles generic routing in your current (primary)
- OUTBOUND directory. For example, routing statements like:
- UNHOLD ALL
- NORMCM ALL
- Will only unhold and send CM to ALL nodes with mail in your
- primary zone.
-
- Assuming you are in Zone 1, and you have mail for nodes in
- Zone 2 that you wish to unhold you could do the following:
- UNHOLD ALL ; Unholds ALL mail in Zone 1. (OUTBOUND).
- UNHOLD 2:20/10 2:200/1 ; Unholds mail in Zone 2 (OUTBOUND.002)
- ; for these nodes only.
-
- To make life easier, since you do not know who you may
- specifically have mail for in Zone 2, you could do:
- UNHOLD ALL ; Unholds ALL mail in Zone 1 (OUTBOUND).
- ZONE 2 ; Make Zone 2 (OUTBOUND.002) primary zone.
- UNHOLD ALL ; Unholds ALL mail in Zone 2 (OUTBOUND.002).
- ZONE 1 ; Switch back to Zone 1.
-
-
- *****WARNING****
- ALL routing verbs AFTER a ZONE verb will be acted as though
- the new zone is your primary zone. Be sure to change Zones back
- if this is NOT desired!
-
- This is a quick fix. Future versions of OMMM will accept:
- UNHOLD ALL ; Unholds ALL mail in ALL zones.
- UNHOLD 2:ALL ; Unholds ALL mail in zone 2.
-
- THIS IS NOT AVAILABLE YET, but is being worked on in the next
- version.