Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Krupicka
cl-smtp
Commits
96d3dafe
Commit
96d3dafe
authored
Aug 23, 2010
by
Jan Idzikowski
Browse files
use variable *x-mailer* without any additional text
parent
77d6c2a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cl-smtp.lisp
View file @
96d3dafe
...
...
@@ -18,7 +18,7 @@
(
in-package
:cl-smtp
)
(
defparameter
*x-mailer*
(
format
nil
"(~A ~A)"
(
defparameter
*x-mailer*
(
format
nil
"
cl-smtp
(~A ~A)"
(
lisp-implementation-type
)
(
lisp-implementation-version
)))
...
...
@@ -430,7 +430,7 @@
(
write-to-smtp
stream
(
format
nil
"Subject: ~A"
(
rfc2045-q-encode-string
subject
:external-format
external-format
)))
(
write-to-smtp
stream
(
format
nil
"X-Mailer:
cl-smtp
~A"
(
write-to-smtp
stream
(
format
nil
"X-Mailer: ~A"
(
rfc2045-q-encode-string
*x-mailer*
:external-format
external-format
)))
(
when
reply-to
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment