[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] From-line in Leafnode placeholder



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@xxxxxxxxxxxxxxxxx>
> 
> 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@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@xxxxxxxxxxx>");

> (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
-- 
_______________________________________________
leafnode-list mailing list
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/