I am trying to set up sieve for the first time ...cyrus imap is working correctly - on a server I will call "cyrus". When I try to import my sieve script via the sieveshell, I get a Segmentation fault. Any ideas on what I could be doing wrong?
Thanks in advance, Karen McArthur Bates College. Tested sieve port: $ telnet cyrus sieve Trying xxx.xxx.xxx.xxx... Connected to cyrus.domain.com (xxx.xxx.xxx.xxx). Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v2.2.12-Invoca-RPM-2.2.12-3.RHEL4.1" "SASL" "GSSAPI PLAIN""SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational comparator-i;ascii-numeric regex"
"STARTTLS" OK logout OK "Logout Complete" Connection closed by foreign host. $Created sieve script "myscript.siv" (I have tried this both with a more limited require line as well as the one listed)
require ["fileinto", "reject", "envelope", "vacation", "imapflags", "notify", "subaddress", "relational", "comparator-i;ascii-numeric", "regex"];
if address :is "From" "[EMAIL PROTECTED]" { fileinto "INBOX.Testing"; stop; } Trial of script import: $ sieveshell cyrus connecting to cyrus Please enter your password:************** > put myscript.siv Segmentation fault $
begin:vcard fn:Karen McArthur n:McArthur;Karen org:Bates College;Information and Library Services adr:;;110 Russell Street;Lewiston;Maine;04240;USA email;internet:[EMAIL PROTECTED] title:Systems Administrator tel;work:207-786-8236 tel;fax:207-786-6057 x-mozilla-html:FALSE url:http://www.bates.edu version:2.1 end:vcard
smime.p7s
Description: S/MIME Cryptographic Signature
---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html