[Dbmail] sieve vacation :addresses

2014-11-03 Thread Jure Pečar
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

Re: [Dbmail] Sieve vacation in HTML

2013-07-02 Thread Reindl Harald
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

Re: [Dbmail] Sieve vacation in HTML

2013-07-02 Thread Reindl Harald
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

[Dbmail] Sieve vacation in HTML

2013-07-02 Thread Jorge Bastos
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

Re: [Dbmail] sieve vacation

2012-08-01 Thread Paul J Stevens
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

[Dbmail] sieve vacation

2012-07-25 Thread Jure Pečar
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

Re: [Dbmail] sieve vacation

2011-06-15 Thread Bret Baptist
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

[Dbmail] sieve vacation

2011-06-15 Thread Sergej Pupykin
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

Re: [Dbmail] Sieve Vacation Issues

2009-09-01 Thread Paul J Stevens
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

[Dbmail] Sieve Vacation Issues

2009-08-31 Thread Daniel Durgin
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

Re: [Dbmail] sieve vacation and aliases

2009-06-23 Thread Michael Monnerie
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

Re: [Dbmail] sieve vacation and aliases

2009-06-23 Thread Aaron Stone
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

[Dbmail] sieve vacation and aliases

2009-06-23 Thread Michael Monnerie
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

Re: [Dbmail] Sieve Vacation

2007-08-18 Thread Jorge Bastos
(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]

Re: [Dbmail] Sieve Vacation

2007-08-08 Thread Aaron Stone
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

Re: [Dbmail] Sieve Vacation

2007-08-05 Thread Jorge Bastos
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

Re: [Dbmail] Sieve Vacation

2007-08-05 Thread Aaron Stone
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

Re: [Dbmail] Sieve Vacation

2007-08-05 Thread Jorge Bastos
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

Re: [Dbmail] Sieve Vacation

2007-07-29 Thread Jorge Bastos
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

Re: [Dbmail] Sieve Vacation

2007-07-29 Thread Aaron Stone
; > > - 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

Re: [Dbmail] Sieve Vacation

2007-07-29 Thread Jorge Bastos
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

Re: [Dbmail] Sieve Vacation

2007-07-28 Thread Aaron Stone
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

Re: [Dbmail] Sieve Vacation

2007-07-28 Thread Jorge Bastos
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

[Dbmail] Sieve Vacation

2007-07-28 Thread Jorge Bastos
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

Re: [Dbmail] sieve vacation note

2006-08-16 Thread Paul J Stevens
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

[Dbmail] sieve vacation note

2006-08-12 Thread Marc Dirix
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