Re: Grep mails by subject with shell script

2006-09-12 Thread Walter Willmertinger
t;: On Tuesday 12 September 2006 08:03, Walter Willmertinger wrote:> I would like to do it e.g. in shell scripts!Cyrus is a closed system. If you want the functionality, use a MUA that hasit. You might try something like fetchmail to sync up a local mail spool. wt--Warren Turkal, Research Asso

Grep mails by subject with shell script

2006-09-12 Thread Walter Willmertinger
Is there someway to grep the user's mails by subject, content of mail or similar?I just found the way to do it by going to the spool directory what is only allowed to root.I would like to do it e.g. in shell scripts! -- RegardsWalter W.Germany Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyr

Re: Latin1/UTF8 chars?

2006-06-26 Thread Walter Willmertinger
Just change /etc/imapd.conf and add following line:munge8bit: no So you see your subjects with "Umlaut"s again!We had the same problem, migrating UW4 to Cyrus. The  theory is that there is  a RFC which does nit allow 8-bit-characters in mail headers. They should be encoded. Most mail clients encod

Re: Cyrus - Postfix - redirect mails from a special sender domain

2006-06-23 Thread Walter Willmertinger
Thank you for your hints!Do you have a place to read about all this syntax and functions, so I can improve my knowledge about sieve and its possibilitiesBest regards, WalterP.S. By the way, is it possible to call a perl script paramtrized with the mail data? On 6/22/06, Kjetil Torgrim Homme <[EMAIL

Re: Cyrus - Postfix - redirect mails from a special sender domain

2006-06-22 Thread Walter Willmertinger
Thank you,as I inserted   sievenotifier:mailtointo /etc/imapd.confmy notifications work (also with firewall!) !On 6/22/06, Alexander Dalloz <[EMAIL PROTECTED]> wrote: Am Do, den 22.06.2006 schrieb Walter Willmertinger um 15:40:> @Alexander Dalloz: Thank you, I noticed that in my imapd

Re: Cyrus - Postfix - redirect mails from a special sender domain

2006-06-22 Thread Walter Willmertinger
;;     keep;} Result:-- fileinto is working-- notify does nothing-- keep is workingOn 6/22/06, Alexander Dalloz < [EMAIL PROTECTED]> wrote:Am Do, den 22.06.2006 schrieb Walter Willmertinger um 12:16: > Thank you for the fast answer, this redirection is working.>> But as I think it over,

Re: Cyrus - Postfix - redirect mails from a special sender domain

2006-06-22 Thread Walter Willmertinger
    :message "$from$ / $subject$ / $text$";     keep; } the fileinto is working, but notify does nothing!Regards WalterOn 6/22/06, Walter Willmertinger <[EMAIL PROTECTED]> wrote: Thank you for the fast answer, this redirection is working.But as I think it over, I had anoth

Re: Cyrus - Postfix - redirect mails from a special sender domain

2006-06-22 Thread Walter Willmertinger
Thank you for the fast answer, this redirection is working.But as I think it over, I had another idea which I realized with procmail before changing to cyrus.The idea was to put a copy of the mail to a shared folder, and notify the users of this copy. (This was because the sent mails have most time

Cyrus - Postfix - redirect mails from a special sender domain

2006-06-22 Thread Walter Willmertinger
I am new to Cyrus and used until now UW4-Imap with postfix and procmail.I need to redirect mails from a special external domain (say all mail from "extspec.de") to a group of users in our domain. Before using cyrus, I did this wirh procmail and procmailrc. Now I use cyrus with postfix./etc/postfix/