Dear Cyrus Sieve People, We are attempting to implement vacation facility for our user via horde/imp. In our setting most users have a [EMAIL PROTECTED] email address which is dropped to the cyrus imap server under an email account. The problem is that for the vacation action to work the address in the vacation rule must be in the To:, Cc: or Bcc: fields. Since the addresses entered by senders are done manually and the mapping is done case independent we get different results depending on if the sender used [EMAIL PROTECTED] or [EMAIL PROTECTED] In script.c in look_for_me on lines 231 and 243 there are two strcmp calls which if they were strcasecmp would allow addresses included in the vacation rule to be compared case independent. Are there reason why the addresses in the vacation section should be case dependent (think of [EMAIL PROTECTED] failing as well) and if not could this change be made to future distributions of cyrus?
johnh...