binary content.

Bjorn Hellqvist bjhell at telia.net
Tue May 30 14:59:11 UTC 2006


Is it possible to split the binaries in to a different metaspool by 
message type instead of groups?

In diablo you can set 'arttypes binary' and all the articles that have a 
binary within the body will be matched.

So instead of:

method cnfs {
     newsgroups: *.bina*,control.cancel
     class: 1
     options: BINARY
}

method cnfs {
     newsgroups: *
     class: 2
     options: TEXT
}

you can do:

method cnfs {
     newsgroups: *
     class: 1
     arttypes: binary
     options: BINARY
}

method cnfs {
     newsgroups: *
     class: 2
     arttypes: !binary
     options: TEXT
}

Another feature that would be nice is to be able to just stamp the 
articles that are binary just to the binary group when crossposted.

Like if a binary is crossposted into alt.binaries.test and alt.test, I 
still want it to be shown when looking it up at alt.binaries.test, but 
cant be seen at alt.test.

AFAIK, you cant do that with cleanfeed. Then again it where some time ago 
I looked at it.

/Bjorn


More information about the inn-workers mailing list