summaryrefslogtreecommitdiff
path: root/doc/texinfo/sieve.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/texinfo/sieve.texi')
-rw-r--r--doc/texinfo/sieve.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/texinfo/sieve.texi b/doc/texinfo/sieve.texi
index 7d0a9168d..57f5980cf 100644
--- a/doc/texinfo/sieve.texi
+++ b/doc/texinfo/sieve.texi
@@ -1472,14 +1472,14 @@ and @code{:body} control what parts of the message to pipe to the
command.
@*Example:
-The example below uses the @command{maidag} utility
-(@pxref{maidag}) to forward the message to user @samp{gray} on
+The example below uses the @command{putmail} utility
+(@pxref{putmail}) to forward the message to user @samp{gray} on
the machine @samp{mail.gnu.org}.
@smallexample
require "pipe";
-pipe "/usr/sbin/maidag --url smtp://gray@@mail.gnu.org"
+pipe "/usr/bin/putmail smtp://gray@@mail.gnu.org"
@end smallexample
@end deftypefn

Return to:

Send suggestions and report system problems to the System administrator.