This function gets a list of article header requested field values from newsgroup set by last group call. If an error is encountered, the error message is stored in nntpr.private, and NULL is returned to the caller, otherwise the dates of the first article and last article in the request are stored in nntpr.private and the article header field values list returned to the caller.
1 2 | listheaderfield(header_field_name, first_article_string,
last_article_string, filter_term_string = NULL)
|
header_field_name |
header field name (path, from, subject, newsgroups, user-agent, message-id, x-no-archive, lines, x-complaints-to, nntp-posting-date, organization, bytes, date, x-received-bytes, x-received-body-crc) |
first_article_string |
number (string) |
last_article_string |
number (string) |
filter_term_string |
string (optional, case insensitive) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.