X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=texi%2Fsieve.texi;h=5fbab4ccde30f8b198f547b11aeeefc82e9f1d53;hb=1eeb5665015062c1087d17cc01e4433f75b86c9a;hp=c4b413480b98749750538b7e07472c92e52603ee;hpb=9a8731d6dea8021a10dec1b42f382609336a9aa9;p=gnus diff --git a/texi/sieve.texi b/texi/sieve.texi index c4b413480..5fbab4ccd 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, 2010 -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