[leafnode-list] From-line in Leafnode placeholder
Matthias Andree
matthias.andree at gmx.de
Wed Dec 31 10:42:14 CET 2003
Daniel Zwick schrieb am 2003-12-31:
> Currently, the From-line in the Leafnode-placeholder articles on my server
> reads as follows:
>
> From: Leafnode <news at zwick3.my-fqdn.de>
>
> This of course is no valid e-mail adress, so I am now wondering, if I
> can edit that line somewhere?
It's hardcoded to news at YOUR-FQDN at the moment. Do you consider this a
bug? It can still be changed before 1.9.47.
If you don't mind using a text editor on leafnode code, edit line 297 in
nntpd.c, then type "make" and "make install" again, it currently reads:
fprintf(f, "From: Leafnode <news@%s>\n", fqdn);
You can just replace it by by a fixed string:
fprintf(f, "%s\n", "From: Leafnode <newsadmin at example.org>");
> (By the way, I am using version 1.9.47.rc1)
Any other experiences you'd like to report? This is the first rc1
related post I receive - I have no got other feedback as to whether the
1.9.47 bugfixes break things, fix things, yet :-/
--
Matthias Andree
Encrypt your mail: my GnuPG key ID is 0x052E7D95
More information about the leafnode-list
mailing list