|
InfobotDir
specifies a directory to search for infobot data files.
Persons who make use of their Unix accounts may want
to make an infobot directory off of their home and specify
(in .soprc file)
InfobotDir infobot
People who don't have any other particular clutter
in their home directories can get by with
InfobotDir ~
which is also the default if no InfobotDir directive
at all appears.
InfobotExt specifies extensions to use for infobots.
The lack of this directive is equal to
InfobotExt "" .txt
Consider mail coming in for info@yourdomain.com. In
this case, files named simply info will be sought out
in the InfobotDir specified directories. If you had
the line
InfobotExt .txt
in your .soprc, info would not be
used, but info.txt would. If you had
InfobotExt .txt .html
both info.txt and info.html will be used.
In the last example, if both info.txt
and info.html were found, both would
be mailed in turn. This could be useful, or harmful.
Look for more control in future versions of PowerMail.
InfobotExt may be specified more than once, or multiple
extensions may be given on one line. In the absence
of any InfobotExt line, first no extension is added
to the mail address that comes in, then .txt is added.
In its presence, the mail address without modification
is |