add.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • slowedit/
  • add.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<html>
<b>NAME</b><br>
slowedit add - add an event to the database
<p>
<b>SYNOPSIS</b><br>
<code><ul>
<b>slowlist</b> switches <b>add</b> IP_number event,event,event...
</ul></code>
<p>
<b>DESCRIPTION</b><br>
<b>slowedit add</b> adds an event or events to the database
using today's date and time. If the IP number has
not yet been recorded in the database, it is added, otherwise its records
are updated. The IP number must be
specified as a dotted quad (like ``192.168.1.2''). IPv6 addresses
are not supported yet.
The record update is as-of this current date/time. There is no way to specify
an arbitray time in the future or past.
<p>
The events are selected from a 
<a href="events.html">standard event set</a>, where an arbitrary number of
events may be combined in a single record by listing them separated
by commas.
For example:
<br><code><ul>
slowedit add 1.2.3.4 er=5,env,hon,msgid="&lt;[email protected]&gt;"<br>
</ul></code>
Any events that are omitted default to 0 for values, FALSE for booleans,
and empty for the Message-Id: header.
<p>
On success, <b>slowedit add</b> prints a message like the following, where
<i><code>user</code></i> is your login name:
<br><code><ul>
slowedit: add 1.2.3.4 by <i>user</i> succeeded
</ul></code>
If <a href="../config.html#DoLog">DoLog</a> 
is defined in the configuration file, success is also logged
and would look like something like the following:
<br><code><ul>
Dec  3 10:12:58 yourhost slowedit: [ID 107833 mail.info] user added: 1.2.3.4: 12/03/2003.10:12:58 er=5,hr=0,ho=0,br=0,hon,env,msgid=&lt;[email protected]&gt;
</ul></code>
Otherwise an appropriate error is printed and logged.
</body>
</html>	
# Change User Description Committed
#1 3998 bryan_costales Brought the whole distribution up to V0.9
Added a huge abount of documentation.
Added slowedit find
Created startup scripts to launch for testing
Fixed numerous bugs.
Fixed a few portablity issues.
Installed hooks for whitelisting and IP aliases.