Help me understand why sieve vacations do not work.
User generates this sieve script via roundcube:
require ["vacation"];
# rule:[test]
if true
{
vacation :days 1 :subject "boo" "i'm not here";
}
Which should generate a reply to each incoming message. However when I look at
lmtp debug
Am 03.07.2013 00:02, schrieb Jorge Bastos:
> Reindl,
>
> Sorry but I dont completely agree with you.
> Bandwidth nowaways its not really big a problem, everybody has (at least
> here) fair enough connection, rounding in 12 down/1 up. A 50K of a HTML
> formatted auto-reply email its not going to
Am 02.07.2013 13:43, schrieb Jorge Bastos:
> On sieve vacation reply, it’s only text, it’s not possible to have nice html
> responses right?
hopefully not as well as HTML messages are pretty useless
in 99.9% of all cases - including mailing-lists
* waste of bandwidth and ressources
* it is *my
Hi,
On sieve vacation reply, it's only text, it's not possible to have nice html
responses right?
___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
On 07/25/2012 10:54 AM, Jure Pečar wrote:
>
> Hello,
>
> I have a customer complaining that when setting up a vacation rule in sieve,
> not all sendes get a vacation reply.
Indeed I should hope not. Only email sent specifically (To or CC) to the
addresses mentioned in the sieve script should be
Hello,
I have a customer complaining that when setting up a vacation rule in sieve,
not all sendes get a vacation reply.
I'd like to clarify if the bug is in her expectations or somewhere in our setup
or in dbmail sieve code, however it is not immediately obvious how sieve works
in dbmail.
W
Here is what I have in my vacation code:
if allof (
header :contains ["to", "cc", "bcc", "X-Delivered-to"]["myal...@example.com"],
)
{ vacation
:addresses ["myal...@example.com"]
:subject "Out of Office"
"I am not here now.";
}
Hope this helps,
Bret.
On Wednesday, June 15, 2011 08:40:25
Hi All:
did anybody use sieve vacation command?
I try following:
***
require ["vacation"];
if header :contains "From" "us...@gmail.com" {
vacation :days 0 :addresses "myal...@example.com" "I am away";
stop;
}
***
and always get
> dbmail/smtp[21100]: Debug:[sort] sortsieve.c,sort_debugt
You're not the first to report this.
Could you please provide the sieve script involved?
Daniel Durgin wrote:
> Hello,
>
> I am using DBMAIL 2.2.10 on MySQL, libsieve-2.2.7-1.el5.
>
> Vacation messages are being sent to every email received, including
> those that have received the vacation me
Hello,
I am using DBMAIL 2.2.10 on MySQL, libsieve-2.2.7-1.el5.
Vacation messages are being sent to every email received, including
those that have received the vacation message previously.
Here is a snippet form the logs:
dbmysql.c,db_query(+290): [Duplicate entry
'r...@176.juggeduc.net-miche
On Dienstag 23 Juni 2009 Aaron Stone wrote:
> There is a search for "is this message actually addressed to me?" --
> an important error case being mailing lists that get spammed by
> people's autoresponders. I can't think of a good workaround to offer
> you off the cuff.
Thanks Aaron,
I've made a
On Tue, 23 Jun 2009 20:54:09 +0200, Michael Monnerie
wrote:
> Dear list,
>
> I have vacation via sieve scripts in the form of:
>
> require "vacation";
> vacation :days 5
> :subject "Abwesenheitsnotiz"
> "Danke für Ihre Nachricht."
>
> Now we have a customer who have a lot of alias domains. They
Dear list,
I have vacation via sieve scripts in the form of:
require "vacation";
vacation :days 5
:subject "Abwesenheitsnotiz"
"Danke für Ihre Nachricht."
Now we have a customer who have a lot of alias domains. They get mail to
x...@dom1.at and that's place to x...@dom-real.at. I just found tha
(was on vacation me so took time to answer)
No Aaron, inserted via squirrelmail avelsieve plugin.
- Original Message -
From: "Aaron Stone" <[EMAIL PROTECTED]>
To: "DBMail mailinglist"
Sent: Wednesday, August 08, 2007 10:56 PM
Subject: Re: [Dbmail]
TED]>
> To: "DBMail mailinglist"
> Sent: Sunday, August 05, 2007 10:41 PM
> Subject: Re: [Dbmail] Sieve Vacation
>
>
> Ah, sorry. I ended up having no time last week :-\ Today should be
> good. I'll go hack up a test now...
>
> On Sun, 2007-08-05 at
Take your time Aaron :P
No hurry
- Original Message -
From: "Aaron Stone" <[EMAIL PROTECTED]>
To: "DBMail mailinglist"
Sent: Sunday, August 05, 2007 10:41 PM
Subject: Re: [Dbmail] Sieve Vacation
Ah, sorry. I ended up having no time last week :-\ Today sh
ot;Jorge Bastos" <[EMAIL PROTECTED]>
> To: "DBMail mailinglist"
> Sent: Sunday, July 29, 2007 8:58 PM
> Subject: Re: [Dbmail] Sieve Vacation
>
>
> Ok Aaron,
>
> When you'll have oportunity, check the bug report, there's the info you
> asked m
Aaron no advance on this?
Just asking.
Jorge
- Original Message -
From: "Jorge Bastos" <[EMAIL PROTECTED]>
To: "DBMail mailinglist"
Sent: Sunday, July 29, 2007 8:58 PM
Subject: Re: [Dbmail] Sieve Vacation
Ok Aaron,
When you'll have oportunity, ch
Ok Aaron,
When you'll have oportunity, check the bug report, there's the info you
asked me about the "getting header" info
- Original Message -
From: "Aaron Stone" <[EMAIL PROTECTED]>
To: "DBMail mailinglist"
Sent: Sunday, July 29, 200
;
>
> - Original Message -
> From: "Aaron Stone" <[EMAIL PROTECTED]>
> To: "DBMail mailinglist"
> Sent: Sunday, July 29, 2007 3:46 AM
> Subject: Re: [Dbmail] Sieve Vacation
>
>
> Looks like there's an uninitialized pointer somew
Aaron,
Filled bug #633
I putted log level to 5 for sieve, and i don't see nothing like that.
- Original Message -
From: "Aaron Stone" <[EMAIL PROTECTED]>
To: "DBMail mailinglist"
Sent: Sunday, July 29, 2007 3:46 AM
Subject: Re: [Dbmail] Sieve V
Looks like there's an uninitialized pointer somewhere way inside GMime
that's being passed on to libSieve and breaking things badly.
If you turn debugging up to level 4, and do the same thing with an empty
Subject header, do you see any debugging information like this?
INFO Getting header [Sub
Bastos
To: DBMail mailinglist
Sent: Saturday, July 28, 2007 11:00 AM
Subject: [Dbmail] Sieve Vacation
Aaron,
I think i've found a bug :P
Using vacation plugin, with the script:
---
true
{
vacation :days 15 :addresses [EMAIL PROTECTED] text:
(Mensagem enviada automática
Aaron,
I think i've found a bug :P
Using vacation plugin, with the script:
---
true
{
vacation :days 15 :addresses [EMAIL PROTECTED] text:
(Mensagem enviada automáticamente)
Estou em férias de 08-08-2007 até 17-08-2007.
Se o assunto for de tratamento exclusivo comigo mal regresse ao activo ent
Marc Dirix wrote:
> Should the sieve vacation extension work with mime?
>
> I used an example from the internet defining :mime
> but the mime code is just copied into the repsonse email and
> then html is not seen as html by the mailclient.
I'm not familiar with the sieve code, but I do know that
Should the sieve vacation extension work with mime?
I used an example from the internet defining :mime
but the mime code is just copied into the repsonse email and
then html is not seen as html by the mailclient.
Kind regards,
Marc
26 matches
Mail list logo