Displaying 7 results from an estimated 7 matches for "mail_filter_out".
2019 Sep 05
0
mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git
...ver since I can reproduce it using the latest 2.4 from git I thought perhaps I ought to take it straight upstream.
>
> Here's the text I provided Debian about the issue, and below that I've included a syslog snip showing the same issue in a fresh build of git master as well.
>
> mail_filter_out seems to fully panic (backtrace below), whereas mail_filter is just behaving oddly.
>
> Thanks :)
Hi!
Thank you for reporting this bug, we are tracking it internally as DOP-1408.
Aki
2020 Jan 29
1
mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git
Hi Aki, other devs,
On Thu, 5 Sep 2019 08:57:30 +0300, Aki Tuomi via dovecot wrote:
> Thank you for reporting this bug, we are tracking it internally as DOP-1408.
Did a fix for this ever happen? Not urgent, just want to make sure I didn't miss anything.
Cheers,
--
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2019 Sep 05
2
mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git
...ster upgrade, however since I can reproduce it using the latest 2.4 from git I thought perhaps I ought to take it straight upstream.
Here's the text I provided Debian about the issue, and below that I've included a syslog snip showing the same issue in a fresh build of git master as well.
mail_filter_out seems to fully panic (backtrace below), whereas mail_filter is just behaving oddly.
Thanks :)
*****************************
Package: dovecot-core
Version: 2.3.4.1-5+deb10u1
Severity: important
Hi Dovecot maintainers,
After upgrading from the latest stretch version of dovecot-core
(2.2.27-3+deb...
2020 Feb 07
0
mail_filter plugin: failed: EOF without input
some import configure:
plugin {
mail_filter = mail-filter %u # %u = username given to the script as first
mail_filter_out = mail-filter-out %u
}
service mail-filter {
executable = script /usr/local/bin/mail-filter.sh
user = dovecot
unix_listener mail-filter {
mode = 0600
user = vmail
}
}
service mail-filter-out {
executable =...
2020 Feb 10
0
How to configure mail-filter plugin
I config mail-filter plugin like https://wiki2.dovecot.org/Plugins/MailFilter describe? but error occurred
mail-filter plugin config in dovecot.conf:
mail_plugins = mail_filter
plugin {
mail_filter = mail-filter %u # %u = username given to the script as first
mail_filter_out = mail-filter-out %u
}
service mail-filter {
executable = script /usr/local/bin/mail-filter.sh
user = vmail
group = vmail
unix_listener mail-filter {
mode = 0666
user = vmail
group = vmail
}
}
service mail-filter-out {
executable = script /usr/local/bin/mail-filter-out.sh...
2020 Feb 07
1
mail_filter plugin: failed: EOF without input
some import configure:
plugin {
mail_filter = mail-filter %u # %u = username given to the script as first
mail_filter_out = mail-filter-out %u
}
service mail-filter {
executable = script /usr/local/bin/mail-filter.sh
user = dovecot
unix_listener mail-filter {
mode = 0600
user = vmail
}
}
service mail-filter-out {
executable =...
2013 Sep 17
1
mail-filter plugin v2.2 - corrupts IMAP indexes?
...in.so
Sep 15 14:24:03 imap(charlesc): Debug: Effective uid=1000, gid=1000,
home=/home/charlesc
Sep 15 14:24:03 imap(charlesc): Debug: mail_filter: Filtering mail_filter via
socket .../dovecot/var/run/dovecot/mail-filter
Sep 15 14:24:03 imap(charlesc): Debug: mail_filter: Filtering mail_filter_out
via socket .../dovecot/var/run/dovecot/mail-filter
If I use a slightly more complex pair of filter scripts that just swap the
case of all alpha chars in the message body (not headers), so this pair of
filters results in the same output as the original message, something seems to
get corrupte...