Skip to content

Commit

Permalink
Removed some remaining real addresses/domains from the test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Feb 14, 2016
1 parent 0de2a19 commit 7ba41a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/testsuite/testsuite-message.c
Expand Up @@ -26,8 +26,8 @@ struct sieve_message_data testsuite_msgdata;
static struct mail *testsuite_mail;

static const char *_default_message_data =
"From: stephan@rename-it.nl\n"
"To: sirius@drunksnipers.com\n"
"From: sender@example.com\n"
"To: recipient@example.org\n"
"Subject: Frop!\n"
"\n"
"Friep!\n";
Expand Down
2 changes: 1 addition & 1 deletion tests/compile/trivial.sieve
Expand Up @@ -9,7 +9,7 @@ DisCaRD;
if size :UNDER 34 {
}

if header :Is "from" "tukker@rename-it.n" {
if header :Is "from" "tukker@example.com" {
}

# Numbers must be case-insensitive
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/extprograms/bin/stderr
Expand Up @@ -14,7 +14,7 @@ echo "========================================" 1>&2
echo 1>&2

echo "Subject: frop!"
echo "From: stephan@rename-it.nl"
echo "From: stephan@example.org"
echo "To: tss@example.com"
echo
echo "Frop!"

0 comments on commit 7ba41a7

Please sign in to comment.