jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 68fe3a19d19b4796073191703e062a1f3a228a63
parent 571cd45676cd5e326fb18998e0c161b1cd199a7b
Author: Jaromil <jaromil@dyne.org>
Date:   Wed,  7 May 2014 21:45:10 +0200

fix mailman-bounces filtering

Diffstat:
Msrc/zlibs/filters | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/filters b/src/zlibs/filters @@ -508,7 +508,7 @@ EOF # bounces cat <<EOF >> "$MAILDIRS/Filters.sieve" # bounces -if header :contains "Sender" "bounce" { +if header :contains "Sender" "mailman-bounce" { fileinto "zz.bounces"; stop; }