| Summary: | sending mail fails due to spurious newline in server name configuration | ||
|---|---|---|---|
| Product: | [Applications] kdepimlibs | Reporter: | Peter Sabaini <peter> |
| Component: | mailtransport | Assignee: | Tom Albers <toma> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jtamate, pim-bugs-null |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 4.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peter Sabaini
2008-11-23 15:49:49 UTC
Also, the error message is a bit unhelpful -- I just get: Sending failed: smtp://user:pass@smtp.tele2.at :587/send?headers=0&from=peter%40sabaini.at&to=peter%40sabaini.at&size=375 Confirmed in kmail 1.10.90 svn trunk r888112 in the outgoing accounts. SVN commit 888995 by toma: Make sure the hostname does not end with a \n. Strip it on input and strip it on retrieval. Thanks for your bug report. BUG: 175892 M +1 -1 smtpjob.cpp M +3 -0 transport.cpp M +12 -1 transportconfigdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=888995 |