~ubuntu-branches/ubuntu/quantal/dovecot/quantal

« back to all changes in this revision

Viewing changes to sieve/tests/execute/mailstore.svtest

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Scott Kitterman
  • Date: 2010-06-22 10:33:51 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622103351-ifbmnklp8kxrhb30
Tags: 1:1.2.12-0ubuntu1
* New upstream release:
  - deliver: Don't crash when a message with Auto-submitted: header gets
   rejected.
  - lib-storage: Fixed header searches to work correctly when there are
    multiple headers with same name.
  - dict client: Disconnect from dict server after 1 second of idling.
  - dict: If process crashed, it wasn't automatically restarted
  - dict file: If dict file's group permissions equal world permissions,
    don't try to change its gid.
  - maildir: Fixed a memory leak when copying with hardlinks.
  - maildir: Expunging last messages may have assert-crashed if their
    filenames had just changed.
 * Update sieve patch to 0.1.17
 * debian/dovecot-common.postinst: Add warning about expired certificate.
   (Debian Bug: #576455)
 * Silence lintian warnings.

 [Scott Kitterman]
 * Rename dovecot-postfix to mail-stack-delivery per server-maverick-mail-
   integration spec.
   - Update debian/rules
   - Convert existing package to a dummy package and add new binary in debian/control
   - Update maintainer scripts.
   - Move previously installed backups and config files to new package name
     space in preinst
   - Add new debian/mail-stack-delivery.prerm to handle downgrades
   - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
require "mailbox";
5
5
 
6
6
set "message1" text:
7
 
From: stephan@rename-it.nl
8
 
To: nico@vestingbar.nl
 
7
From: stephan@example.org
 
8
To: nico@frop.example.org
9
9
Subject: First message
10
10
 
11
11
Frop
13
13
;
14
14
 
15
15
set "message2" text:
16
 
From: stephan@rename-it.nl
17
 
To: nico@vestingbar.nl
 
16
From: stephan@example.org
 
17
To: nico@frop.example.org
18
18
Subject: Second message
19
19
 
20
20
Frop
22
22
;
23
23
 
24
24
set "message3" text:
25
 
From: stephan@rename-it.nl
26
 
To: nico@vestingbar.nl
 
25
From: stephan@example.org
 
26
To: nico@frop.example.org
27
27
Subject: Third message
28
28
 
29
29
Frop
63
63
        }
64
64
 
65
65
        test_message :folder "Folder" 0;
66
 
 
 
66
        
67
67
        if not header :is "subject" "First message" {
68
68
                test_fail "first message incorrect";
69
69
        }