diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2013-09-15 23:59:09 +0100 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-16 00:24:46 +0100 | 
| commit | 8f5336a2fad1395cf19fd8d6272777569feb45bd (patch) | |
| tree | 6a36111a08768ca0f11647b088f0c1dae6495e4c | |
| parent | f8a9dbd39188b2e42569fd84fc458cf1352773eb (diff) | |
tests: Fixed test 1406 following recent changes in ftpserver.pl
By default the mail server doesn't send the SIZE capability but instead
it has to be specified as a supported capability.
| -rw-r--r-- | tests/data/test1406 | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tests/data/test1406 b/tests/data/test1406 index 6245c513e..158d30b36 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -11,6 +11,9 @@ SMTP  #  # Server-side  <reply> +<servercmd>
 +CAPA SIZE
 +</servercmd>
  </reply>  # | 
