Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a865bb03
...
a865bb031fcd495f76048e00e3baaf86a2dd7530
authored
2002-11-22 14:55:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use regexp instead of hardcoded version number.
1 parent
9b12712c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
sieve/testsuite/Reject
sieve/testsuite/Reject
View file @
a865bb0
...
...
@@ -50,7 +50,8 @@ ENVELOPE TO: <coyote@desert.example.org>
16: [0-9:=-]+
17: Content-Type: message/delivery-status
18:
19: Reporting-UA: sieve; GNU Mailutils 0.1.2
-re
19: Reporting-UA: sieve; GNU Mailutils [0-9][0-9.]*
-re
20: Arrival-Date: [A-Z][a-z][a-z], [A-Z][a-z][a-z] [ 0-3][0-9] [ 0-2][0-9]:[0-6][0-9]:[0-6][0-9] [0-9][0-9][0-9][0-9] [a-zA-Z0-9]*
21: Final-Recipient: RFC822; foobar@nonexistent.net
...
...
@@ -109,7 +110,8 @@ ENVELOPE TO: <b1ff@de.res.example.com>
16: [0-9:=-]+
17: Content-Type: message/delivery-status
18:
19: Reporting-UA: sieve; GNU Mailutils 0.1.2
-re
19: Reporting-UA: sieve; GNU Mailutils [0-9][0-9.]*
-re
20: Arrival-Date: [A-Z][a-z][a-z], [A-Z][a-z][a-z] [ 0-3][0-9] [ 0-2][0-9]:[0-6][0-9]:[0-6][0-9] [0-9][0-9][0-9][0-9] [a-zA-Z0-9]*
21: Final-Recipient: RFC822; foobar@nonexistent.net
...
...
@@ -166,7 +168,8 @@ ENVELOPE TO: <bar@dontmailme.org>
16: [0-9:=-]+
17: Content-Type: message/delivery-status
18:
19: Reporting-UA: sieve; GNU Mailutils 0.1.2
-re
19: Reporting-UA: sieve; GNU Mailutils [0-9][0-9.]*
-re
20: Arrival-Date: [A-Z][a-z][a-z], [A-Z][a-z][a-z] [ 0-3][0-9] [ 0-2][0-9]:[0-6][0-9]:[0-6][0-9] [0-9][0-9][0-9][0-9] [a-zA-Z0-9]*
21: Final-Recipient: RFC822; foobar@nonexistent.net
...
...
Please
register
or
sign in
to post a comment