Displaying 3 results from an estimated 3 matches for "jenkinsci".
2017 May 17
5
per user procmail filtering and dovecot-lda
...MAIL=${HOME}/Maildir/
DEFAULT=${ORGMAIL}
MAILDIR=${HOME}/Maildir/
DELIVER="/usr/lib/dovecot/deliver -d $LOGNAME"
# next line is to support user .procmailrc files
INCLUDERC=$HOME/.procmailrc
:0 w
| $DELIVER
# cat ~/.procmailrc
:0 w
* ^List-ID:.*jenkinsci-dev.googlegroups.com
| $DELIVER -m mailing-lists/jenkinsci-dev
:0 w
* ^List-ID:.*jenkinsci-users.googlegroups.com
| $DELIVER -m mailing-lists/jenkinsci-users
However dovecot-lda complains that the mailboxes
"mailing-lists/jenkinsci-users", "mailing-lists/jenkinsci-...
2017 May 17
0
per user procmail filtering and dovecot-lda
So I'm confused as to why you're piping back from procmail to dovecot
LDA, rather than having procmail be the final LDA.
Why not use:
:0 w
* ^List-ID:.*jenkinsci-dev.googlegroups.com
mailing-lists/jenkinsci-dev/
(The trailing slash tells procmail that jenkinssci-dev is a maildir,
not an mbox)
Also, procmail is way out of date, no longer maintained, and there are
"semi" known vulnerabilities that haven't been fixed. See
http://marc.info/?l=o...
2017 May 17
0
per user procmail filtering and dovecot-lda
...et>:
> Hi all,
>
> I recently migrated my system (postfix/Dovecot)from mbox to Maildir.
>
> Almost everything is working (phone and thunderbird show all my mail
> and folders with mail)
>
> However I am stuck on my .procmailrc rules
>
> ? :0 w
> ? * ^List-ID:.*jenkinsci-dev.googlegroups.com
> ? | $DELIVER -m mailing-lists/jenkinsci-dev
>
> I have tried changing the mailbox to INBOX/mailing-lists/...
> inbox/mailing-lists/... but the same still happens.? So I am missing
> something somewhere and my google foo is unfortunately letting me
> do...