home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 August
/
PCWorld_2001-08_cd.bin
/
Komunikace
/
sambar
/
_setup.1
/
routes.stm
< prev
next >
Wrap
Text File
|
2001-05-19
|
5KB
|
153 lines
<HTML>
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<TITLE>Global Mail Routing</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<A HREF="/sysadmin/index.stm" TARGET=_top>
<IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
<CENTER><FONT SIZE=6>Global Mail Routing</FONT>
<P>
<TABLE border=0 cellpadding=4 cellspacing=0>
<TR bgcolor=#000080>
<TH align=left width=5%> </TH>
<TH align=left width=5%> </TH>
<TH align=left width=5%> </TH>
<TH align=left nowrap width=20%><font color=#ffffff>Activity</font></TH>
<TH align=left nowrap width=20%><font color=#ffffff>Argument</font></th>
<TH align=left nowrap width=15%><font color=#ffffff>Filter</font></th>
<TH align=left nowrap width=25%><font color=#ffffff>Pattern</font></TH>
<TH align=left nowrap width=5%><font color=#ffffff>Case</font></TH>
</TR>
<RCXmailroutes home=/sysadmin/mail root=true>
</TABLE>
<BR>
<HR>
<BR>
<B><I>Add a New Routing Rule...</I></B>
<P>
<TABLE border=0 cellpadding=4 cellspacing=0>
<TR nowrap valign=top>
<TD nowrap colspan=2>
<FORM METHOD=POST ACTION=/session/mailroute_add>
<INPUT TYPE=hidden NAME=root VALUE="true">
<INPUT TYPE=hidden NAME=activity VALUE="delete">
<INPUT TYPE=hidden NAME=argument VALUE="">
<INPUT TYPE=hidden NAME=RCpage VALUE="/sysadmin/mail/routes.stm">
<B>Delete Message</B>
</TD>
<TD nowrap>
<I>if...</I>
<SELECT name="type">
<OPTION VALUE="subject">Subject:</option>
<OPTION VALUE="from">From:
<OPTION VALUE="to">To:
<OPTION VALUE="cc">Cc:
<OPTION VALUE="spam">Spam
</SELECT>
</TD>
<TD>
<SELECT name="action">
<OPTION value="contains">Contains</option>
<OPTION value="notcontains">Doesn't Contain</option>
<OPTION value="equals">Is</option>
<OPTION value="notequals">Isn't</option>
<OPTION value="starts">Starts with</option>
<OPTION value="ends">Ends-with</option>
</SELECT>
</TD>
<TD>
<INPUT TYPE=TEXT NAME=pattern VALUE="pattern"><BR>
<FONT SIZE=-1><I>Case Sensitive <INPUT type="checkbox" name="case" value="on"></I></FONT>
</TD>
<TD>
<INPUT TYPE=submit VALUE="Add Rule">
</FORM>
</TD>
</TR>
<TR nowrap valign=top>
<TD nowrap>
<FORM METHOD=POST ACTION=/session/mailroute_add>
<INPUT TYPE=hidden NAME=root VALUE="true">
<INPUT TYPE=hidden NAME=RCpage VALUE="/sysadmin/mail/routes.stm">
<SELECT name="activity">
<OPTION VALUE="forward"> <B>Forward</B>
<OPTION VALUE="bcc"> <B>Bcc</B>
</SELECT>
</TD>
<TD nowrap>
<I>to...</I>
<INPUT TYPE=TEXT NAME=argument VALUE="foo@bar.com">
</TD>
<TD nowrap>
<I>if...</I>
<SELECT name="type">
<OPTION VALUE="subject">Subject:</option>
<OPTION VALUE="from">From:
<OPTION VALUE="to">To:
<OPTION VALUE="cc">Cc:
</SELECT>
</TD>
<TD>
<SELECT name="action">
<OPTION value="contains">Contains</option>
<OPTION value="notcontains">Doesn't Contain</option>
<OPTION value="equals">Is</option>
<OPTION value="notequals">Isn't</option>
<OPTION value="starts">Starts with</option>
<OPTION value="ends">Ends-with</option>
</SELECT>
</TD>
<TD>
<INPUT TYPE=TEXT NAME=pattern VALUE="pattern"><BR>
<FONT SIZE=-1><I>Case Sensitive <INPUT type="checkbox" name="case" value="on"></I></FONT>
</TD>
<TD>
<INPUT TYPE=submit VALUE="Add Rule">
</FORM>
</TD>
</TR>
<TR>
<TD colspan=6>
<BR>
<BR>
<I>Only 100 routing rules are applied. Global routing rules
take prescedence over end-user routing rules.</I>
<P>
<i>Note: <small>The wildcard characters *, [] and ?
can be used for pattern matching. To escape any one of these
characters in the pattern, you must use a backslash (\) character.
</small></i>
<P>
Spam blocking rules are described in the
<A HREF="/syshelp/spam.htm">system help</A>. The <I>pattern</I>
and <I>action</I> sections are ignored if spam blocking is activated.
<B>Important!</B> Make sure to create the <I>mail/mbox/spam.flt</I>
spam rules file with the default rules from the system help or
your own creation.
<P>
<FONT SIZE=-1>
The <I>argument</I> must correspond with the routing action:<BR>
<TABLE border=1 cellpadding=4>
<TR valign=top><TD><B>Action</B></TD><TD><B>Continue?</B><TD><B>Description</B></TD></TR>
<TR valign=top><TD>delete</TD><TD>no</TD><TD><I>argument</I> is ignored</TD></TR>
<TR valign=top><TD>forward</TD><TD>no</TD><TD><I>argument</I> must be an e-mail address</TD></TR>
<TR valign=top><TD>bcc</TD><TD>yes</TD><TD><I>argument</I> must be an e-mail address</TD></TR>
<TR valign=top><TD>folder</TD><TD>no</TD><TD><I>argument</I> must be a mailbox folder</TD></TR>
<TR valign=top><TD>script</TD><TD>yes</TD><TD><I>argument</I> is the path to a <I>.stm</> file to execute</TD></TR>
<TR valign=top><TD>replyfile</TD><TD>yes</TD><TD><I>argument</I> is the path to an file to reply to the sender with</TD></TR>
<TR valign=top><TD>replyscript</TD><TD>yes</TD><TD><I>argument</I> is the path to a <I>.stm</> file to reply to the sender with</I></TD></TR>
</TABLE>
</FONT>
</TD>
</TR>
</TABLE>
</FORM>
<P>
<A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
</BODY>
</HTML>