diff options
Diffstat (limited to 'pigeonhole/tests/execute/errors/fileinto-bad-utf8.sieve')
-rw-r--r-- | pigeonhole/tests/execute/errors/fileinto-bad-utf8.sieve | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pigeonhole/tests/execute/errors/fileinto-bad-utf8.sieve b/pigeonhole/tests/execute/errors/fileinto-bad-utf8.sieve new file mode 100644 index 0000000..3e57c92 --- /dev/null +++ b/pigeonhole/tests/execute/errors/fileinto-bad-utf8.sieve @@ -0,0 +1,7 @@ +require "fileinto"; +require "variables"; +require "encoded-character"; + +set "mailbox" "${hex:ff}rop"; +fileinto "${mailbox}"; + |