Displaying 20 results from an estimated 30000 matches similar to: "New plugin for Pigeonhole Sieve: sieve_pipe"
2016 Jun 07
2
Potential bug report: Cannot use ":args" option via Pigeonhole Sieve pipe plugin
Hi all,
Following the instructions noted at
http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Pipe , I am trying to
make use of the Pigeonhole sieve pipe plugin to execute an application with
custom arguments via my test sieve script:
require ["vnd.dovecot.pipe"];
if address :is "to" "test at example.com" {
pipe :args [ "first-arg",
2014 Feb 07
1
Problem rebuilding Centos 5/6 pigeonhole RPM from mercurial version
Hi Stephan, I'm traying to rebuild the RH (Centos) EL5 and EL6 RPM with
the last mercurial pigeonhole 0.4.2 version, but I'm having problems
with the build.
I think that I've isolated the problem outside rpmbuild context.
I've downloaded dovecot and pigeonhole mercurial versions and built
dovecot with the commands:
dovecot-2.2.10$ ./autogen.sh
dovecot-2.2.10$ ./configure
2014 Mar 05
1
Pigeonhole Sieve Extprograms Plugin
Hi,
I upgraded to Dovecot 2.2.9 from Debian's wheezy-backports today (which
should contain the "sieve_extprograms" plugin and thus also the
vnd.dovecot.{pipe,filter,execute} capabilities.
However when I add
require "vnd.dovecot.filter";
to my sieve script via managesieve, the server reports
error: require command: unknown Sieve capability: 'vnd.dovecot.filter'
2011 Oct 24
2
sieve-pipe Error
I am using Dovecot 2.0.15 on Arch. I have cloned the hg repo and
compiled the plugin using the following options:
./configure --with-dovecot=/usr/lib/dovecot
--with-pigeonhole=/usr/include/dovecot/sieve/
The relevant section of my dovecot.conf looks like:
plugin {
sieve = ~/.dovecot.sieve
sieve_global_path = /home/vmail/globalsieverc
sieve_dir = ~/
sieve_plugins = sieve_pipe
#
2016 Oct 21
0
Released Pigeonhole v0.4.16.rc1 for Dovecot v2.2.26.rc1.
Hello Dovecot users,
The upcoming release includes quite a few new features for a change. The
most important ones are the Sieve discard-script feature and the new
vnd.dovecot.config environment items. Documentation for these features
can be found in the package itself.
Please test these thoroughly.
Changelog v0.4.16:
* Part of the Sieve extprograms implementation was moved to Dovecot,
2016 Oct 21
0
Released Pigeonhole v0.4.16.rc1 for Dovecot v2.2.26.rc1.
Hello Dovecot users,
The upcoming release includes quite a few new features for a change. The
most important ones are the Sieve discard-script feature and the new
vnd.dovecot.config environment items. Documentation for these features
can be found in the package itself.
Please test these thoroughly.
Changelog v0.4.16:
* Part of the Sieve extprograms implementation was moved to Dovecot,
2020 Sep 15
1
correct usage for Pigeonhole sieve message *redirect* to external server?
i've installed
rpm -qa | grep dovecot
dovecot-2.3.10.1-1.fc32.x86_64
dovecot-pigeonhole-2.3.10.1-1.fc32.x86_64
i'm setting up imapsieve spam reporting; following,
https://doc.dovecot.org/configuration_manual/spam_reporting/
https://wiki.dovecot.org/HowTo/AntispamWithSieve
https://wiki.dovecot.org/Pigeonhole/Sieve/Examples
my config currrently includes
protocol imap {
2016 Oct 30
1
Released Pigeonhole v0.4.16 for Dovecot v2.2.26.0.
Hello Dovecot users,
Here's the definitive 0.4.16 release. There were no changes since the
release candidate.
The reported replication issues are still open, since we haven't been
able to reproduce them so far.
Changelog v0.4.16:
* Part of the Sieve extprograms implementation was moved to Dovecot,
which means that this release depends on Dovecot v2.2.26+.
* ManageSieve: The PUTSCRIPT
2016 Oct 30
1
Released Pigeonhole v0.4.16 for Dovecot v2.2.26.0.
Hello Dovecot users,
Here's the definitive 0.4.16 release. There were no changes since the
release candidate.
The reported replication issues are still open, since we haven't been
able to reproduce them so far.
Changelog v0.4.16:
* Part of the Sieve extprograms implementation was moved to Dovecot,
which means that this release depends on Dovecot v2.2.26+.
* ManageSieve: The PUTSCRIPT
2014 May 12
0
Released Pigeonhole v0.4.3 for Dovecot v2.2.13.
Hello Dovecot users,
Now that Dovecot v2.2.13 is released, I can release a new Pigeonhole.
Due to changes in Dovecot, this Pigeonhole release will not compile
cleanly against older Dovecot releases.
This release is mainly about bugfixes. One notable addition is that I
have updated the "vnd.dovecot.duplicate" extension to the new IETF draft
"duplicate" extension.
Changelog
2014 May 12
0
Released Pigeonhole v0.4.3 for Dovecot v2.2.13.
Hello Dovecot users,
Now that Dovecot v2.2.13 is released, I can release a new Pigeonhole.
Due to changes in Dovecot, this Pigeonhole release will not compile
cleanly against older Dovecot releases.
This release is mainly about bugfixes. One notable addition is that I
have updated the "vnd.dovecot.duplicate" extension to the new IETF draft
"duplicate" extension.
Changelog
2010 May 18
1
problem compiling pigeonhole + my fix
hello,
yesterday I tried to package dovecot-2.0beta5 + pigeonhole from Mercurial repository.
I put pigeonhole as a subdir in the dovecot sourcetree.
Following http://hg.rename-it.nl/dovecot-2.0-pigeonhole/raw-file/tip/INSTALL
I called ./autogen.sh; ./configure --with-dovecot=..; make
In the buildprocess I saw this output ( from autogen.sh ):
Putting files in AC_CONFIG_AUX_DIR, `..'.
2012 May 25
1
Released Pigeonhole v0.3.1 for Dovecot v2.1.6
Hello Dovecot users,
It's been a few months since the last Pigeonhole release. The main
reason is that I've introduced a few big new features. Although the new
features themselves probably haven't seen much testing so far, I'm now
pretty confident that existing configurations are not broken by these
changes.
The biggest change is the addition of dict support for Sieve script
2012 May 25
1
Released Pigeonhole v0.3.1 for Dovecot v2.1.6
Hello Dovecot users,
It's been a few months since the last Pigeonhole release. The main
reason is that I've introduced a few big new features. Although the new
features themselves probably haven't seen much testing so far, I'm now
pretty confident that existing configurations are not broken by these
changes.
The biggest change is the addition of dict support for Sieve script
2010 Aug 20
2
pigeonhole sieve imapflags bug
Hi all,
ok, I just instealled the dovecot 2.0.0 release, and the latest
mercurial pigeonhole source.
All is well, except for a particular sieve rule that may not be working
right.
It is a simple rule that looks like this :
require ["fileinto","imap4flags"];
# rule:[Past Due Notices]
if allof (header :contains "Subject" "Account Past Due Notice")
{
2013 Apr 06
1
Released Pigeonhole v0.3.4 for Dovecot v2.1.16
Hello Dovecot users,
Much time passed since I last released a new Pigeonhole, so quite a few
unreleased fixes were pending until now.
Development of new features is shifted to the upcoming Pigeonhole v0.4
for Dovecot v2.2. I intend to release v0.4.0 shortly after Dovecot v2.2.0.
Changelog v0.3.4:
* Changed error handling to be less of a nuisance for administrators.
Strictly
2013 Apr 06
1
Released Pigeonhole v0.3.4 for Dovecot v2.1.16
Hello Dovecot users,
Much time passed since I last released a new Pigeonhole, so quite a few
unreleased fixes were pending until now.
Development of new features is shifted to the upcoming Pigeonhole v0.4
for Dovecot v2.2. I intend to release v0.4.0 shortly after Dovecot v2.2.0.
Changelog v0.3.4:
* Changed error handling to be less of a nuisance for administrators.
Strictly
2010 Aug 16
5
pigeonhole
Hi,
I'm trying to compile the last mercurial release of dovecot-pigeonhole
2.0 and get this error:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o
.libs/sievec sievec.o -Wl,--export-dynamic
../../src/lib-sieve/.libs/libdovecot-sieve.so
2015 Sep 24
0
Released Pigeonhole v0.4.9.rc1 for Dovecot v2.2.19.rc1
Hello Dovecot users,
Here's the Pigeonhole RC that goes with the Dovecot RC.
Changelog v0.4.9.rc1:
* Properly implemented checking of ABI version for Sieve interpreter
plugins, much like Dovecot itself does for plugins. This will prevent
plugin ABI mismatches.
+ Implemented a vnd.dovecot.environment extension. This builds upon the
standard environment extension and adds a few more
2018 May 08
0
Released Pigeonhole v0.4.24.rc1 for Dovecot v2.2.36.rc1.
Hello Dovecot users,
Here's a first release candidate for the upcoming Pigeonhole release for
Dovecot v2.2.36. It only contains bugfixes for now. There's one
experimental plugin still in the pipeline.
Changelog v0.4.24:
- Fix assert panics triggered by empty messages that are being forwarded
using redirect or vnd.dovecot.report. This does not likely normally
occur, but this is