Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cl-smtp
cl-smtp
Commits
96d3dafe
Commit
96d3dafe
authored
Aug 23, 2010
by
Jan Idzikowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use variable *x-mailer* without any additional text
parent
77d6c2a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cl-smtp.lisp
cl-smtp.lisp
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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