| 1 |
This script performs most of the functions of the UKC mailinfo tool. It |
| 2 |
was written to allow users on non Solaris/SPARC platforms (or Windows |
| 3 |
actually) to do a mailinfo query directly from their machine. The script |
| 4 |
is also written in such a way that most basic perl programmers could take |
| 5 |
the routine for inclusion in their own code. |
| 6 |
|
| 7 |
This program does not support the -C function to change a mailstore. |
| 8 |
|
| 9 |
Please also note that this program is not endorsed in any way by UKC. |
| 10 |
Also, I make no guarantees as to what may happen as a result of using this |
| 11 |
program, so don't blame me if it crashes the mail system! |
| 12 |
|
| 13 |
A similar program written in C, and a server, can be found here: |
| 14 |
http://frmb.home.cern.ch/frmb/software.html#mailinfo |
| 15 |
|
| 16 |
Tim Bishop. |