Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0b431400
Commit
0b431400
authored
Jul 01, 1994
by
Richard M. Stallman
Browse files
(gnus-inews-domain-name): Once again test gnus-your-domain.
parent
3c24374d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
21 deletions
+24
-21
lisp/gnuspost.el
lisp/gnuspost.el
+24
-21
No files found.
lisp/gnuspost.el
View file @
0b431400
...
...
@@ -663,6 +663,9 @@ If optional argument GENERICFROM is a string, use it as the domain
name; if it is non-nil, strip of local host name from the domain name.
If the function `system-name' returns full internet name and the
domain is undefined, the domain name is got from it."
(
and
(
null
gnus-local-domain
)
(
boundp
'gnus-your-domain
)
(
setq
gnus-local-domain
gnus-your-domain
))
(
if
(
or
genericfrom
gnus-local-domain
(
getenv
"DOMAINNAME"
))
(
let
((
domain
(
or
(
if
(
stringp
genericfrom
)
genericfrom
)
(
getenv
"DOMAINNAME"
)
...
...
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