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
021d56e4
...
021d56e4fae129515306bd977afaccc519b260c2
authored
2002-11-18 17:11:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added redirect.sv and reject.sv
1 parent
dbaa8d04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
sieve/testsuite/scripts/DISTFILES
sieve/testsuite/scripts/redirect.sv
sieve/testsuite/scripts/reject.sv
sieve/testsuite/scripts/DISTFILES
View file @
021d56e
...
...
@@ -22,6 +22,8 @@ header3.sv
keep.sv
not.sv
null.sv
redirect.sv
reject.sv
size1.sv
size2.sv
stop.sv
...
...
sieve/testsuite/scripts/redirect.sv
0 → 100644
View file @
021d56e
#
-*-
sieve
-*-
#
This
file
is
part
of
Mailutils
testsuite
.
#
Copyright
(
C
)
2002
,
Free
Software
Foundation
.
#
See
file
COPYING
for
distribution
conditions
.
require
"redirect"
;
redirect
"gray@gnu.org"
;
sieve/testsuite/scripts/reject.sv
0 → 100644
View file @
021d56e
#
-*-
sieve
-*-
#
This
file
is
part
of
Mailutils
testsuite
.
#
Copyright
(
C
)
2002
,
Free
Software
Foundation
.
#
See
file
COPYING
for
distribution
conditions
.
require
"reject"
;
reject
text
:
I
don
'
t
want
to
read
these
messages
.
Regards
.
.
;
Please
register
or
sign in
to post a comment