You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2003/05/21 20:10:43 UTC

cvs commit: jakarta-james/src/xdocs provided_matchers_2_1.xml

noel        2003/05/21 11:10:43

  Modified:    src/xdocs Tag: branch_2_1_fcs provided_matchers_2_1.xml
  Log:
  Added documentation for AttachmentFileNameIs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.4.1   +7 -0      jakarta-james/src/xdocs/provided_matchers_2_1.xml
  
  Index: provided_matchers_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/provided_matchers_2_1.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.4.1
  diff -u -r1.2 -r1.2.4.1
  --- provided_matchers_2_1.xml	7 Dec 2002 20:38:20 -0000	1.2
  +++ provided_matchers_2_1.xml	21 May 2003 18:10:42 -0000	1.2.4.1
  @@ -19,6 +19,13 @@
   <p>Description: This matcher is the trivial one - it matches all mails being processed.  All recipients are returned.</p>
   <p>Configuration string: None.</p>
   </subsection>
  +<subsection name="AttachmentFileNameIs">
  +<p>Description: It can be used to refuse emails with SCR, PIF, EXE etc. attachments.
  +It matches mails that has a file attachment with a file name meeting one of the supplied filters.
  +All recipients are returned.</p>
  +<p>Configuration string: A comma or space delimited list of file names. 
  +File names may start with a wildcard '*'. Example: *.scr,*.bat,*.pif,*.pi,*.com,*.exe</p>
  +</subsection>
   <subsection name="CommandForListserv">
   <p>Description: The CommandForListserv matcher is used as a simple filter to recognize emails that are list server 
   commands.  It will match any email addressed to the list server host, as well as any email that is addressed
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org