This is a discussion on spambouncer bulk legitlists within the Linux Security forums, part of the System Security and Security Related category; Hi, while trying to get spambouncer to work, I keep getting my subscribed mail lists being blocker or even marked ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
while trying to get spambouncer to work, I keep getting my subscribed mail lists being blocker or even marked as spam. I did make a LEGITLISTS and it does contain the addresses of the lists I am subscribed to. $ procmail -v procmail v3.22 2001/09/10 example of list in LEGITLISTS: MACSCRPT@LISTSERV.DARTMOUTH.EDU example of macscrpt header: From: LISTSERV@LISTSERV.DARTMOUTH.EDU Subject: MACSCRPT Digest - 23 May 2004 to 24 May 2004 (#2004-57) Date: 25 mei 2004 4:00:01 GMT+02:00 To: MACSCRPT@LISTSERV.DARTMOUTH.EDU Reply-To: MACSCRPT@LISTSERV.DARTMOUTH.EDU Return-Path: Received: from listserv-mail.surfnet.nl (listserv-mail.surfnet.nl [1.7.5.4]) by mail.provider.nl (8.2.3/8.2.3) with ESMTP id i4P26JFa017947 for ; Tue, 25 May 2004 04:06:19 +0200 Received: from listserv-mail (2.7.5.4) by listserv-mail.surfnet.nl (LSMTP for Windows NT v1.1b) with SMTP id <0.042D9B8E@listserv-mail.surfnet.nl>; Tue, 25 May 2004 4:06:18 +0200 Message-Id: <200405250206.i4P26JFa017947@mail.provider.nl> Sender: Macintosh Scripting Systems Precedence: list With VERBOSE=yes I see the part that checks the LEGITLIST and it always ends with "no match". The fgrep that's in there uses -i so it's not sensitive for case. Who can help me with this ? regards, Ronald. ----------------------- http://ronr.nl/unix-dba |
|
|||
|
"Ronald Rood" <devnull@ronr.nl> wrote in message news:67ce88e7.0405252117.4543301e@posting.google.c om... > Hi, > > while trying to get spambouncer to work, I keep getting my subscribed > mail lists being blocker or even marked as spam. I did make a Don't bounce spam unless you can do it during the SMTP session. Ohterwise you become a spammer yourself. Benno |
|
|||
|
"Benno" <big_cpu@NO.SPAM.hotmail.com> wrote in message news:<3bc28$40b44223$d549984a$23941@news.multikabe l.nl>...
> "Ronald Rood" <devnull@ronr.nl> wrote in message > news:67ce88e7.0405252117.4543301e@posting.google.c om... > > while trying to get spambouncer to work, I keep getting my subscribed > > mail lists being blocker or even marked as spam. I did make a > Don't bounce spam unless you can do it during the SMTP session. > Ohterwise you become a spammer yourself. Thanks for the remark Benno. Ronald. ----------------------- http://ronr.nl/unix-dba |
|
|||
|
On Wed, 26 May 2004 16:22:06 +0200, Brad Olin wrote
(in article <7n99b0h2vetqiq9jotr2f9oapp1tnopqp9@4ax.com>): > On 25 May 2004 22:17:17 -0700, devnull@ronr.nl (Ronald Rood) wrote: > >> Hi, >> >> while trying to get spambouncer to work, I keep getting my subscribed >> mail lists being blocker or even marked as spam. I did make a >> LEGITLISTS and it does contain the addresses of the lists I am >> subscribed to. >> > I can only offer 2 points. > > 1) Benno made a very good point. Please don't bounce mail, regardless > of source or content. > > 2) You would be better off to asking this question in an email related > news group. Ok, try somewhere else. Sorry for the mistake. BTW: spambouncer can be used as a filter, just like spamassissin. Together they take out lots of spam (but also my subscribed lists :-( ) Yes, spambouncer CAN bounce but I can see the problems with it. Most spam directly goes in /dev/null (a few hunderd each day) for a few others I have not yet decided what to do. There could be a real mail in it and it's not very polite not to respond to mail ... and trash it. At the moment I just block it and browse manually until I find a better solution. -- With kind regards, Ronald http://ronr.nl/unix-dba |