~ubuntu-branches/ubuntu/raring/dovecot/raring

« back to all changes in this revision

Viewing changes to pigeonhole/doc/man/sievec.1.in

  • Committer: Package Import Robot
  • Author(s): Marco Nenciarini
  • Date: 2011-09-19 19:26:48 UTC
  • mfrom: (1.14.4 upstream)
  • mto: (4.8.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20110919192648-ri3sovtiz334yori
Tags: 1:2.0.15-1
* [a22575a] New upstream version 2.0.15: (Closes: #642045)
    + doveadm altmove: Added -r parameter to move mails back to primary
      storage.
    - v2.0.14: Index reading could have eaten a lot of memory in some
      situations
    - doveadm index no longer affects future caching decisions
    - mbox: Fixed crash during mail delivery when mailbox didn't yet have
      GUID assigned to it.
    - zlib+mbox: Fetching last message from compressed mailboxes crashed.
    - lib-sql: Fixed load balancing and error
* [8ce5abc] Update pigeonhole to release 0.2.4
* [87658d2] Add dovecot-solr to dovecot-core's Suggests line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
2
 
.TH "SIEVEC" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
 
2
.TH "SIEVEC" 1 "2011-06-21" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
3
3
.\"------------------------------------------------------------------------
4
4
.SH NAME
5
5
sievec \- Pigeonhole\(aqs Sieve script compiler
12
12
.\"------------------------------------------------------------------------
13
13
.SH DESCRIPTION
14
14
.PP
15
 
The \fBsieve\-dump\fP command is part of the Pigeonhole Project
 
15
The \fBsievec\fP command is part of the Pigeonhole Project
16
16
(\fBpigeonhole\fR(7)), which adds Sieve (RFC 5228) support to the Dovecot
17
17
secure IMAP and POP3 server (\fBdovecot\fR(1)).
18
18
.PP
21
21
messages during the delivery process. The delivery of mail messages and \- by
22
22
means of the LDA Sieve plugin \- also the execution of Sieve scripts is
23
23
performed by Dovecot\(aqs local delivery agent (LDA) called \fBdovecot\-lda\fP(1).
24
 
Usually, it is not necessaryto compile the Sieve script manually using
 
24
Usually, it is not necessary to compile the Sieve script manually using
25
25
\fBsievec\fP, because \fBdovecot\-lda\fP will do this automatically if the binary
26
26
is missing. However, in some cases \fBdovecot\-lda\fP does not have permission to
27
27
write the compiled binary to disk, forcing it to recompile the script every time
91
91
will exit with one of the following values:
92
92
.TP 4
93
93
.B 0
94
 
Delivery was successful. (EX_OK, EXIT_SUCCES)
 
94
Compile was successful. (EX_OK, EXIT_SUCCES)
95
95
.TP
96
96
.B 1
97
97
Operation failed. This is returned for almost all failures.
115
115
.BR dovecot\-lda (1),
116
116
.BR sieve\-dump (1),
117
117
.BR sieve\-test (1),
118
 
.BR pigeonhole (7)
 
 
b'\\ No newline at end of file'
 
118
.BR pigeonhole (7)