[Bug 155223] New: sieve script is truncated

Brian DeRocher brian at derocher.org
Mon Jan 7 13:46:35 GMT 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=155223         
           Summary: sieve script is truncated
           Product: kmail
           Version: 1.9.7
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdepim-bugs kde org
        ReportedBy: brian derocher org


Version:           1.9.7 (using KDE KDE 3.5.8)
Installed from:    Debian testing/unstable Packages

I uploaded a sieve script to the imap server months ago.  Today when i go to edit it, most of it is missing.

require "fileinto";

if header :contains "Reply-To" "xyz topica com"
        {
        fileinto "INBOX.Lists.xyz";
        }
elsif header :contain

With sieveshell i can see all of it.
two:/var/spool/sieve/domain/d/derocher.org/b/brian# sieveshell -u brian derocher org -a brian derocher org derocher.org
connecting to derocher.org
Please enter your password:
> list
Divvy  <- active script
> get Divvy
Entire 45 line script is there.

I can copy that script back into the Edit Sieve Script window and it uploads successfully.  I can modify the script too.  The script is always cut off at 164 characters.

I can't find anything in ~/.kde related to sieve scripts.  Also i checked to see if debian modifies kdepim with regard to sieve, but it doesn't.



More information about the Kdepim-bugs mailing list