Displaying 8 results from an estimated 8 matches for "rfc5703".
2014 Jan 30
2
mime support for pigeonhole
is there any chance of rfc5703 (mime support/extension) being added to
pigeonhole?
I am trying to filter mail with .exe and .zip attachments, to no success.
I have tried
*header :contains "x-attached" [".zip", ".exe"]
*but emails i'm getting don't have x-attached.
a sample snippet is below....
2018 Nov 15
2
Sieve notify variables not working with body?
Hi,
I want to send notification like this:
if body :text :matches "*" {
notify :importance "3"
:message "[NOTIFY] ${1}"
"mailto:test at example,com";
}
The notification works but the variable ${1} seems to be empty.
But in this case:
if header :matches "Subject" "*" {
notify
2018 Nov 16
1
Sieve notify variables not working with body?
...t;
> > "mailto:test at example <mailto:test at example>,com";
> > }
> >
> > Everything works correct.
>
> https://tools.ietf.org/html/rfc5173#section-6
>
> Use the extracttext extension instead:
>
> https://tools.ietf.org/html/rfc5703#section-7
>
> Regards,
>
> Stephan.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20181116/18eadf29/attachment.html>
2015 May 26
1
sieve: extract first chars of body in sieve script
Hello,
is it possible to extract the first x chars of the body of an message to
forward it,
or the complete body inside an sieve script.
I want to forward specific mails via telegram-messenger. No Problem to
extract
the "from" and the "subject".
if header :matches "Subject" "*" {
set "subject" "${1}";
}
if header :matches
2018 Nov 16
0
Sieve notify variables not working with body?
...?????????????? :message "[NOTIFY] ${1}"
> ?????????????? "mailto:test at example <mailto:test at example>,com";
> }
>
> Everything works correct.
https://tools.ietf.org/html/rfc5173#section-6
Use the extracttext extension instead:
https://tools.ietf.org/html/rfc5703#section-7
Regards,
Stephan.
2014 Mar 14
1
Sieve vacation attach original message
Hi,
is it, somehow, possible to attach the original message to the vacation autoreply? Thank you.
azur
2018 Sep 19
3
[Sieve] Matches on body content - looking for working example
I have tried to do something like
if body :content ["multipart"] :matches ["Original-Message-ID" ?*?] { set "Original_Message_ID" "${0}"; }
but instead getting Original Message ID I?m getting value from previous match which was
if envelope :matches "From" "*" { set "sender" "${0}"; }
Is there any example of working
2010 Jul 06
3
OT: Sieve + Forward as Attachment
I know that this is technically not a Dovecot problem; however, I was
wondering if anyone knew if 'sieve' had been updated with the ability
to 'forward as attachment' a received document. I believe it has the
ability to forward a document; however, I need the ability to forward
it as an attachment if possible.
Also I believe, somewhat due to my asking for them, that sieve exits