diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-04-24 23:20:22 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-04-24 23:20:22 +0000 |
commit | 5845f62b9318e3e53e7e1ce73a820ddd3a844090 (patch) | |
tree | ea61e67c63c8fdd39445f9ee30547297f7ce1500 /sink.c | |
parent | cfca14ca097b455fc79aad81799da2786677a262 (diff) | |
download | fetchmail-5845f62b9318e3e53e7e1ce73a820ddd3a844090.tar.gz fetchmail-5845f62b9318e3e53e7e1ce73a820ddd3a844090.tar.bz2 fetchmail-5845f62b9318e3e53e7e1ce73a820ddd3a844090.zip |
Fix typo, LSMTP -> LMTP.
svn path=/trunk/; revision=4032
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1450,7 +1450,7 @@ int close_sink(struct query *ctl, struct msgblk *msg, flag forward) * re-forwarded on subsequent poll cycles. */ return(send_bouncemail(ctl, msg, XMIT_ACCEPT, - "LSMTP partial delivery failure.\r\n", + "LMTP partial delivery failure.\r\n", errors, responses)); } } |