Custom Query (44 matches)
Results (1 - 3 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3 | fixed | Act on checkgroups control messages instead of sending mail | ||
Description |
The only difference between doit and mail in control.ctl configuration of checkgroups handling is whether controlchan runs the checkgroups through docheckgroups to generate a shell script first. There's no way to tell the server to just make the necessary changes. If this is added, there should probably be a corresponding configuration option telling controlchan the maximum number of changes that could be made at one time before bailing and mailing the changes to the admin. |
|||
#4 | fixed | Add encoding to checkgroups processing | ||
Description |
Add encoding specifications such as: # Output encoding for newsgroups file. /encoding/:utf-8 # Incoming encodings in checkgroups. /encoding/:*:cp1252 /encoding/:cn.*:gb18030 /encoding/:fido.*:utf-8 /encoding/:fr.*:iso-8859-15 and then update docheckgroups processing to use iconv to convert newsgroup descriptions to the output encoding before adding them to newsgroups. |
|||
#5 | fixed | Refer to inn.conf variables instead of /usr/local/news in install docs | ||
Description |
install.pod and checklist.pod currently still refer to the default /usr/local/news installation path rather than the inn.conf variables (I<pathbin> and friends) that are used elsewhere in the documentation. They should be changed to be consistent. |