Displaying 7 results from an estimated 7 matches for "myseld".
Did you mean:
myself
2017 May 09
2
Dovecot/Sieve shortcuts?
...there a clean way to match on an email address the way procmail
^TO_ did? that was a macro which expanded to
(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope |Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
so you could write
* ^TO_dovecot
dovecot
and grab messages to the list. In sieve, I find myseld writing
["To","cc"] and wonder if there's a better way.
Adam
2017 May 09
4
Dovecot/Sieve shortcuts?
...^TO_ did? that was a macro which expanded to
>(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
>|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
>
>so you could write
>* ^TO_dovecot
>dovecot
>
>and grab messages to the list. In sieve, I find myseld writing
>["To","cc"] and wonder if there's a better way.
You could use the X-BeenThere or List-Id headers to match mailing list traffic
--
Christian Kivalo
>
>Adam
I?ve been using:
if header :contains ["List-Id","Mailin...
2017 May 09
1
Dovecot/Sieve shortcuts?
...| >(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
| >|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
| >
| >so you could write
| >* ^TO_dovecot
| >dovecot
| >
| >and grab messages to the list. In sieve, I find myseld writing
| >["To","cc"] and wonder if there's a better way.
| You could use the X-BeenThere or List-Id headers to match mailing list traffic
|
| --
| Christian Kivalo
| >
| >Adam
|
| I?ve been using:...
2017 May 10
1
Dovecot/Sieve shortcuts?
...ed to
| > >(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
| > >|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
| > >
| > >so you could write
| > >* ^TO_dovecot
| > >dovecot
| > >
| > >and grab messages to the list. In sieve, I find myseld writing
| > >["To","cc"] and wonder if there's a better way.
| > You could use the X-BeenThere or List-Id headers to match mailing list traffic
| >
| > --
| > Christian Kivalo
| > >
| > >Adam
| >
| >I?ve been using:
| >
| &g...
2017 May 09
0
Dovecot/Sieve shortcuts?
...il address the way procmail
>^TO_ did? that was a macro which expanded to
>(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
>|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
>
>so you could write
>* ^TO_dovecot
>dovecot
>
>and grab messages to the list. In sieve, I find myseld writing
>["To","cc"] and wonder if there's a better way.
You could use the X-BeenThere or List-Id headers to match mailing list traffic
--
Christian Kivalo
>
>Adam
--
Christian Kivalo
2017 May 09
0
Dovecot/Sieve shortcuts?
...was a macro which expanded to
| >(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
| >|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
| >
| >so you could write
| >* ^TO_dovecot
| >dovecot
| >
| >and grab messages to the list. In sieve, I find myseld writing
| >["To","cc"] and wonder if there's a better way.
| You could use the X-BeenThere or List-Id headers to match mailing list traffic
|
| --
| Christian Kivalo
| >
| >Adam
|
| I?ve been using:
|
| if header :contains ["List...
2017 May 10
0
Dovecot/Sieve shortcuts?
...h expanded to
> >(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
> >|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)
> >
> >so you could write
> >* ^TO_dovecot
> >dovecot
> >
> >and grab messages to the list. In sieve, I find myseld writing
> >["To","cc"] and wonder if there's a better way.
> You could use the X-BeenThere or List-Id headers to match mailing list traffic
>
> --
> Christian Kivalo
> >
> >Adam
>
>I?ve been using:
>
>if header :con...