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

Re: [leafnode-list] Have There Been Changes in leafnode ?



Desmond Coughlan <desmond@xxxxxxxxxxx> writes:

> I imagined that it would be something like that.  Any idea how to give it
> an ID, as it's a simple text file, posted once per week.  Or do I have to
> change its ID manually ?  :-(

Well, you can derive it from the unix time (available also in Perl, for
example) if you don't post more than once a second.

Something like

perl -e '
     $domain = "autopost.news.zeouane.org";
     printf "Message-ID: desmond-coughlans-autoposter-%s@%s\n",
            time, $domain;'

would do. Make sure that $domain is yours (it need not be registered in
DNS though) and you don't post more than once a second and you're set.

-- 
Matthias Andree
leafnode-1 download: http://sourceforge.net/projects/leafnode/
leafnode-1 docs/new: http://mandree.home.pages.de/leafnode/
leafnode-2 homepage: http://mandree.home.pages.de/leafnode/beta/

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list