Mercurial > noffle
diff ChangeLog @ 249:0340b9c17edc noffle
[svn] *** empty log message ***
author | mirkol |
---|---|
date | Tue, 14 May 2002 15:25:45 +0100 |
parents | cd022deb8390 |
children | 93d5d8b098da |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 26 17:52:48 2002 +0000 +++ b/ChangeLog Tue May 14 15:25:45 2002 +0100 @@ -1,3 +1,18 @@ +Tue May 14 2002 Mirko Liß <mirko.liss@web.de> + +* src/configfile.c,src/filter.c,src/filter.h,src/fetch.c,src/noffle.c, + noffle.conf.example,docs/noffle.conf.5: Added new filter rules + 'reference=regex', 'older=lastupdate-3', 'date=invalid', 'newer=now+1.5'. +* src/group.c:Grp_isValidGroupName(): discard the groups 'poster', 'junk', + and the hierarchies 'to', 'control', 'ctl','example', '+', '-'. +* src/protocol.c: Allow hostname=%name@dom.ain to generate MsgIds like + <localpart%name@dom.ain>. The '@' sign will only be added if there's + no '@' present in the hostname. +* src/protocol.c:Prt_genFromHdr(): Replace the oldfashioned From:-Header + content 'pwname@domain (Name)' by '"Name" <pwname@domain>'. +* src/request.c:storeMsgId(): check of realloc() result added. + + Tue Mar 26 2002 Mirko Liß <mirko.liss@web.de> * src/database.c,src/protocol.c,src/post.c: Handle header line folding