Le jeu. 16 mai 2019 à 17:36, Niels Dettenbach via Info-cyrus <
info-cyrus@lists.andrew.cmu.edu> a écrit :
> ...if i remember correctly, Cyrus expects (at least in some setups)
> recipient
> addresses within SIEVE vacation scripts to "react". Could you try to set
> this
> for test?
>
You are right
Am Donnerstag, 16. Mai 2019, 11:49:55 CEST schrieb Sylvain:
> For example, this one will never send vacation messages to sender :
> require ["vacation"];
> vacation :days 1 :subject "OUTOFTHEOFFICE" "I AM OUT OF THE OFFICE";
...if i remember correctly, Cyrus expects (at least in some setups) recip
Dear Cyrus-imap friends and Sylvain,
Without further info, I cannot tell you what is wrong or why your script is not
working.
Is there a way to debug sieve?
I can only confirm that the following is working in my case:
vacation :days 5 :addresses [“myn...@example.com", “othern...@example2.com"]
Found the solution to the problem, just changed the SMTP provider (the
relay, just for the <> address).
This was working with one of the mail addresses because I was sending
using a return address from "domain 2", it didn't need to use an
external relay to send the mail.
My external relay re
On Wed, 10 Oct 2001, Ken Murchison wrote:
> >
> > #define DEFAULT_SENDMAIL ("/usr/lib/sendmail")
>
> If you were looking at this line of code, you should've seen that
> DEFAULT_SENDMAIL is the _fallback_ value for the "sendmail" config
> option (line 429). From imapd.conf(5):
>
>sendma
"Kevin M. Myer" wrote:
>
> Hello,
>
> This is mainly for archive purposes in case anyone else has the same
> problems I did and thinks to search the archives first.
>
> I have spent quite a few hours trying to figure out why my sieve vacation
> scripts were not working with postfix. I upgrad
> Why is this? None of the MTAs I've tested are case sensitive in the
> local-part
> of the address. I regularly recieve mail to my account in a mix of cases
> and it
> comes through fine.
For example Sendmail can be case sensitive in the local-part of the address.
/ Kari Hurtta
rough fine.
>
> Chris Audley
> [EMAIL PROTECTED]
>
> err, maybe you'd better make that
>
> [EMAIL PROTECTED]
>
> - Original Message -
> From: "Lawrence Greenfield" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; "Shelley Wal
> On Fri, 20 Jul 2001 16:13:20 -0400,
> Chris Audley <[EMAIL PROTECTED]> (ca) writes:
ca> Why is this? None of the MTAs I've tested are case sensitive in the
ca> local-part
ca> of the address. I regularly recieve mail to my account in a mix of cases
ca> and it
ca> comes through fine.
I
al Message -
From: "Lawrence Greenfield" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Shelley Waltz"
<[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 4:17 PM
Subject: Re: Vacation Sieve
> It [sieve rules] should be case sensitive for the stuff on the left si
I just looked at the code and the domain part of each address tested in
vacation is converted to lowercase before comparing them, hence the
right side of the "@" is case-insensitive. I also verified this by
using the sieve 'test' program.
Ken
Shelley Waltz wrote:
>
> Larry,
> It is case sensi
Larry,
It is case sensitive for the right of @. Once I changed my
sendmail configuration to use the masquerade domain as
"cabm.rutgers.edu" and .not. "CABM.RUTGERS.EDU", then
Sieve vaction worked fine.
I could also have it work by not changing sendmail, but changing
the addresses in my Sieve scr
It should be case sensitive for the stuff on the left side of the
"@", and case-insensitive for the stuff on the right side of the "@".
Is this not the case?
Larry
Date: Thu, 19 Jul 2001 14:02:23 -0400
From: Shelley Waltz <[EMAIL PROTECTED]>
It turns out that Sieve is "case sensitive"
It turns out that Sieve is "case sensitive" regarding the
addresses specified.
{ Shelley Waltz
Center for Advanced Biotechnology and Medicine
UMDNJ/Rutgers University
679 Hoes Lane
Piscataway, NJ 08854-5638
phone: (732) 235-3346 };
On Mon, 16 Jul 2001, Shelley Waltz wrote:
> I havbe
14 matches
Mail list logo