home *** CD-ROM | disk | FTP | other *** search
- ************************** AMgrFix.Com ****************************
-
- Quick and dirty utility to solve two bugs of tosscan's MGR function
-
- Author:
- -------
- Roland Gautschi
- Sorenbuehlweg 39
- CH-5610 Wohlen
- (Switzerland)
-
- Testing nodes:
- --------------
-
- me 2:302/561
- Nik Bombelli 2:302/1
- Patrick Oetiker 2:302/560
-
- Licensing:
- ----------
-
- URGH! No! This is a public domain utility.
-
- Why?
- ---
-
- [secret on]
-
- - Tosscan's MGR function crashes if there is a mail found wich is
- terminated with <CR> only - and *not* with <CR><LF>.
-
- - Also, it will crash if there is a TearLine (with following text) in a
- AreaMgr message.
-
- [secret off]
-
- What it does?
- -------------
-
- Amgrfix scans the *new* netmail messages (since the last call to it), if
- there are messages, to AREAMGR or AREAFIX, with destination-adress (or a
- AKA) defined in your FD setup, are found, it translate all <CR> without a
- following <LF> to <CR><LF>.
-
- If there are more than two '-' found together in the message, the '-' will
- *not* be written back, the message will be closed, and it starts to scan for
- other message(s).
-
- THIS MEANS, MESSAGES AFTER A TEARLINE WILL BE KILLED
-
- The user can use the good old AreaFix syntax to request LIST or QUERY messages:
-
- To: AreaMGR /Q /L
-
- (-Q -L) or /q /l (-q -l) works also
-
- AmgrFix adds to the message:
-
- /Q -> %QUERY
- /L -> %LIST
-
- Configuration:
- --------------
- - None! It determines on the FD environement variable, where it find the
- FD.SYS file and take out there all informations (netmail-path, Address,
- Aka's).
-
- Installation:
- -------------
- Insert it into your batch file wich is doing the import:
-
- REM Impoting mail
- .
- .
- Tosscan TOSS /NOMGR
- AmgrFix
- if errorlevel 1 Tosscan MGR
- .
- .
-
- Features
- --------
- - (Sorry) F*cking fast - if all tools where as fast as it ...
- - Exits with errorlevel 1 if there are messages to AreaMgr/AreaFix found
- - DesqView aware
- - Uses SHARE compatible file-locking
- - Small
- - Needs only 64 kB memory
- - Written and compiled using Borland C++ 2.0 (from version 0.03 on)
-
- ErrorLevels:
- ------------
-
- 0 - No messages found
- 1 - Messages to AreaMgr/AreaFix detected (and corrected)
- 2 - There was an error
-
- End of Documentation - if it is one ;-)
-
- Greetings
- Roland (2:302/561)
-