X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=texi%2Fsieve.texi;h=b9bbe76d4a4f32837ff872ff2fb952f18e27e4d4;hb=6b532b51300e6ccf5df0db84aa660ba2259ac421;hp=c95f36c2370279b0d878adcbf136832d6b5dc63d;hpb=3788f0def8c7420f12a72439f08a036658417ddc;p=gnus diff --git a/texi/sieve.texi b/texi/sieve.texi index c95f36c23..b9bbe76d4 100644 --- a/texi/sieve.texi +++ b/texi/sieve.texi @@ -9,8 +9,8 @@ @copying This file documents the Emacs Sieve package, for server-side mail filtering. -Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -Free Software Foundation, Inc. +Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, +2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -228,7 +228,7 @@ the @code{fileinto} command. require "fileinto"; if address "sender" "owner-w3-beta@@xemacs.org" @{ - fileinto "INBOX.w3-beta"; + fileinto "INBOX.w3-beta"; @} @end example @@ -239,7 +239,7 @@ required. @example if header :contains "Delivered-To" "auc-tex@@sunsite.dk" @{ - fileinto "INBOX.auc-tex"; + fileinto "INBOX.auc-tex"; @} @end example @@ -250,7 +250,7 @@ has been required. @example if address ["to", "cc"] "kerberos@@mit.edu" @{ - fileinto "INBOX.kerberos"; + fileinto "INBOX.kerberos"; @} @end example @@ -357,7 +357,3 @@ A Protocol for Remotely Managing Sieve Scripts @bye @c End: - -@ignore - arch-tag: 6e3ad0af-2eaf-4f35-a081-d40f4a683ec3 -@end ignore