case 1: valid email rejected
This command should work:
pius -n bob@localhost -H 127.0.0.1 -P 587...
but it results in pius: error: Option -n: Value bob@localhost does not appear like a well formed email address
case 2: possibly invalid email accepted
My knee-jerk next attempt was pius -n bob@127.0.0.1 -H 127.0.0.1 -P 587..., but that address is refused by the mail server. However it was submitted by pius, so pius regarded it as a valid address. It's unclear to me if it is valid. This thread suggests some tools regard it as valid, so maybe pius is doing the right thing in case 2.
case 1: valid email rejected
This command should work:
pius -n bob@localhost -H 127.0.0.1 -P 587...but it results in
pius: error: Option -n: Value bob@localhost does not appear like a well formed email addresscase 2: possibly invalid email accepted
My knee-jerk next attempt was
pius -n bob@127.0.0.1 -H 127.0.0.1 -P 587..., but that address is refused by the mail server. However it was submitted by pius, so pius regarded it as a valid address. It's unclear to me if it is valid. This thread suggests some tools regard it as valid, so maybe pius is doing the right thing in case 2.