Re: [Dovecot] sieve vacation response

2009-08-24 Thread Stephan Bosch
bart wrote: Jure Pečar wrote: Currently, you need to add all allowed aliases to the :addresses argument of the vacation command. My TODO list contains a new feature that lets you extract additional valid aliases directly from a dictionary (e.g. an SQL database). It is not at the top of my TODO

Re: [Dovecot] sieve vacation response

2009-08-24 Thread bart
Jure Pečar wrote: >> Currently, you need to add all allowed aliases to the :addresses >> argument of the vacation command. My TODO list contains a new feature >> that lets you extract additional valid aliases directly from a >> dictionary (e.g. an SQL database). It is not at the top of my TODO l

Re: [Dovecot] sieve vacation response

2009-08-10 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Aug 2009, Timo Sirainen wrote: On Fri, 2009-08-07 at 20:26 +0200, Jure Pečar wrote: On Fri, 07 Aug 2009 13:57:57 -0400 Timo Sirainen wrote: Currently, you need to add all allowed aliases to the :addresses argument of the vacation comma

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Timo Sirainen
On Fri, 2009-08-07 at 15:01 +0200, Jure Pečar wrote: > And when sent and delivered to some...@example.com, we get this in the log: .. > Our final recipients are in the form of usern...@fqdn.hostname.com; it looks > like this is being matched in sieve as address. But we want to match against > ori

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Stephan Bosch
Timo Sirainen schreef: On Fri, 2009-08-07 at 19:21 +0200, Stephan Bosch wrote: dovecot: deliver(username): sieve: msgid=<...>: discarding vacation response for message implicitly delivered to Our final recipients are in the form of usern...@fqdn.hostname.com; it looks like this is being matc

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Jure Pečar
On Fri, 07 Aug 2009 19:21:53 +0200 Stephan Bosch wrote: > Currently, you need to add all allowed aliases to the :addresses > argument of the vacation command. My TODO list contains a new feature > that lets you extract additional valid aliases directly from a > dictionary (e.g. an SQL database

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Jure Pečar
On Fri, 07 Aug 2009 14:27:29 -0400 Timo Sirainen wrote: > > > I don't think the above really needs a dict? Rather maybe there's a > > > way to have the script check the original unexpanded address. Is it > > > stored in some specific header, or how would Dovecot/Sieve know about > > > it? > > >

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Timo Sirainen
On Fri, 2009-08-07 at 20:26 +0200, Jure Pečar wrote: > On Fri, 07 Aug 2009 13:57:57 -0400 > Timo Sirainen wrote: > > > > Currently, you need to add all allowed aliases to the :addresses > > > argument of the vacation command. My TODO list contains a new feature > > > that lets you extract addit

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Jure Pečar
On Fri, 07 Aug 2009 13:57:57 -0400 Timo Sirainen wrote: > > Currently, you need to add all allowed aliases to the :addresses > > argument of the vacation command. My TODO list contains a new feature > > that lets you extract additional valid aliases directly from a > > dictionary (e.g. an SQL

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Timo Sirainen
On Fri, 2009-08-07 at 19:21 +0200, Stephan Bosch wrote: > > dovecot: deliver(username): sieve: msgid=<...>: discarding vacation > > response for message implicitly delivered to > > > > Our final recipients are in the form of usern...@fqdn.hostname.com; it > > looks like this is being matched in

Re: [Dovecot] sieve vacation response

2009-08-07 Thread Stephan Bosch
Jure Pečar schreef: Hello, we're implementing a dovecot 1.2.1 with sieve 0.1.7 and managesieve 0.11.7. We're having problems with creating sieve scripts so that vacation works. Our script looks like this: require ["fileinto", "vacation"]; if address :matches ["To", "Cc"] "*some...@example.com

[Dovecot] sieve vacation response

2009-08-07 Thread Jure Pečar
Hello, we're implementing a dovecot 1.2.1 with sieve 0.1.7 and managesieve 0.11.7. We're having problems with creating sieve scripts so that vacation works. Our script looks like this: require ["fileinto", "vacation"]; if address :matches ["To", "Cc"] "*some...@example.com*" { if not heade