Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 54:01:33 |
Calls: | 632 |
Files: | 1,187 |
D/L today: |
27 files (19,977K bytes) |
Messages: | 178,944 |
Hi all,
I added a new peer and noticed that they were trying to send me files
in binaries groups. I think this is the first time this has happened
but a new version of newfeeds was proposed, but I'm not convinced.
Maybe someone with a bit more experience in this stuff can take a look.
This is the original:
newsfeed.endofthelinebbs.com/newsfeed.endofthelinebbs.com\
:*,!control*,!@alt.bin*,@alt.dvd*,!@*pedophil.*,@*dateien*,!@*.bain*,\
-a-a-a !@*.biana*,!@*.biinaries*,!@*bina*,!@*.bineries*,!@*.binia*,\
-a-a-a !@*.binries*,!@*.cd.image*,!@*.files.images*,!@*.mp3*,\
!@*music.bin*,!@*.pictures*,!@*porno.images*,!@*warez*,!@unidata.*,\
-a-a-a !junk/!local\
-a-a-a :Ap,Tm,<262144:innfeed!
This is the suggested replacement. newsfeed.endofthelinebbs.com/newsfeed.endofthelinebbs.com\
:*,!control*,@alt.bin*,@alt.dvd*,@*pedophil.*,@*dateien*,@*.bain*,\
-a-a-a @*.biana*,@*.biinaries*,@*bina*,@*.bineries*,@*.binia*,\
-a-a-a @*.binries*,@*.cd.image*,@*.files.images*,@*.mp3*,\
@*music.bin*,@*.pictures*,@*porno.images*,@*warez*,@unidata.*,\
-a-a-a !junk/!local\
-a-a-a :Ap,Tm,<262144:innfeed!
Thus spake Nigel Reed <sysop@endofthelinebbs.com>
Hi all,
I added a new peer and noticed that they were trying to send me
files in binaries groups. I think this is the first time this has
happened but a new version of newfeeds was proposed, but I'm not
convinced. Maybe someone with a bit more experience in this stuff
can take a look.
This is the original:
newsfeed.endofthelinebbs.com/newsfeed.endofthelinebbs.com\
:*,!control*,!@alt.bin*,@alt.dvd*,!@*pedophil.*,@*dateien*,!@*.bain*,\
-a-a-a !@*.biana*,!@*.biinaries*,!@*bina*,!@*.bineries*,!@*.binia*,\
-a-a-a !@*.binries*,!@*.cd.image*,!@*.files.images*,!@*.mp3*,\
!@*music.bin*,!@*.pictures*,!@*porno.images*,!@*warez*,!@unidata.*,\
-a-a-a !junk/!local\
-a-a-a :Ap,Tm,<262144:innfeed!
This is the suggested replacement. newsfeed.endofthelinebbs.com/newsfeed.endofthelinebbs.com\
:*,!control*,@alt.bin*,@alt.dvd*,@*pedophil.*,@*dateien*,@*.bain*,\
-a-a-a @*.biana*,@*.biinaries*,@*bina*,@*.bineries*,@*.binia*,\
-a-a-a @*.binries*,@*.cd.image*,@*.files.images*,@*.mp3*,\
@*music.bin*,@*.pictures*,@*porno.images*,@*warez*,@unidata.*,\
-a-a-a !junk/!local\
-a-a-a :Ap,Tm,<262144:innfeed!
Your patterns starting with !@ don't do what you probably meant them
to do and will only exclude groups having a "@" as the first
character of the group name:
"In addition, "!" (and possibly "@") have special meaning as the
first character of a pattern" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
see man 3 libinn_uwildmat
Your patterns starting with !@ don't do what you probably meant themSo the 2nd entry is correct then? I'll have a look at the page tomorrow
to do and will only exclude groups having a "@" as the first
character of the group name:
"In addition, "!" (and possibly "@") have special meaning as the
first character of a pattern" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
see man 3 libinn_uwildmat
when I get up.
Thus spake Nigel Reed <sysop@endofthelinebbs.com>
Your patterns starting with !@ don't do what you probably meantSo the 2nd entry is correct then? I'll have a look at the page
them to do and will only exclude groups having a "@" as the first
character of the group name:
"In addition, "!" (and possibly "@") have special meaning as the
first character of a pattern" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
see man 3 libinn_uwildmat
tomorrow when I get up.
Yes, use either ! or @ (if you want to exclude groups to which the
article has been crossposted), but not both in the same pattern.