Dear friends, I want block all sender to my list and post message only from my server or my address. I can't configurate moderator_flags because in this case all post are BLOCKED. Help me please Excuse me for my english :-(
I want block all sender to my list and post message only from my server or my address.
It sounds like you need a 'newsletter' style mailing list. This is done by: 1. delinking the accept and dist files --how to is in various FAQs 2. removing all addreses from accept file, except the one that you want to send 'From'. -see FAQs 3. editing the rc.custom file for the particular list, uncomment foreign_submit. [this restricts posts to only those coming from addresses in the accept file.] --how to in various FAQs 4. There will always be mail to the maintainer, (unless there isn't one) but these attempted postings will not go to the list itself. --Joyce
Le 15:38 22/01/01 -0500, Joyce Miletic nous écrivait:
It sounds like you need a 'newsletter' style mailing list. This is done by:
1. delinking the accept and dist files --how to is in various FAQs 2. removing all addreses from accept file, except the one that you want to send 'From'. -see FAQs 3. editing the rc.custom file for the particular list, uncomment foreign_submit. [this restricts posts to only those coming from addresses in the accept file.] --how to in various FAQs 4. There will always be mail to the maintainer, (unless there isn't one) but these attempted postings will not go to the list itself.
Yes, but... every body can forge an accepted addresses ! So, in this situation, I use the moderate add-on to validate the post - even it's seem to come from the some valid addresses. moderate: http://www.mjolner.dk/~lbr/moderate/ @micalement (friendly from french), -- Francois Sauterey Tel: +33 1 40 33 68 46 email: Francois@Sauterey.eu.org
Ok, but in this mode who know MAINTAINER ADDRESS insert it in returna address and post to LIST without problem. Is this true? At 15.38 22/01/01 -0500, you wrote:
I want block all sender to my list and post message only from my server or my address.
It sounds like you need a 'newsletter' style mailing list. This is done by:
1. delinking the accept and dist files --how to is in various FAQs 2. removing all addreses from accept file, except the one that you want to send 'From'. -see FAQs 3. editing the rc.custom file for the particular list, uncomment foreign_submit. [this restricts posts to only those coming from addresses in the accept file.] --how to in various FAQs 4. There will always be mail to the maintainer, (unless there isn't one) but these attempted postings will not go to the list itself.
--Joyce
_______________________________________________ Smartlist mailing list Smartlist@lists.RWTH-Aachen.DE http://MailMan.RWTH-Aachen.DE/mailman/listinfo/smartlist
Yes, it's true. Anybody can spoof email, it's trivial. http://www.hartzler.net/smartlist/SmartList-FAQ.html#Section_4.4 You could moderate the list... http://www.hartzler.net/smartlist/SmartList-FAQ.html#Section_8.1 -ph On Mon, 22 Jan 2001, Pablo Liuzzi wrote:
Ok, but in this mode who know MAINTAINER ADDRESS insert it in returna address and post to LIST without problem.
Is this true?
At 15.38 22/01/01 -0500, you wrote:
I want block all sender to my list and post message only from my server or my address.
It sounds like you need a 'newsletter' style mailing list. This is done by: [snip]
At 5:58 PM -0500 1/22/01, Pablo Liuzzi is rumored to have typed:
Ok, but in this mode who know MAINTAINER ADDRESS insert it in returna address and post to LIST without problem.
Is this true?
Yep, unless you pre-filter any mail to the list that deosn't come from your specific IP (assuming it's static) or use some other system of verification. You need to remember that SmartList is open-source. It is trivial to add a password-protection scheme if you want, or to change the moderation routines, or reject mail that doesn't come from your specific IP, or to do anything else you want to do with it. All you need to do is invest a little time learning how SmartList does things "normally" (the easiest way to do that is to spend some time reading the code, and actually experimenting with things in a testing list) and then you can change it to do whatever you want it to do. I wanted to make the moderation routines require a password in the subject instead of an approval header, to make it easier for "newbie" list moderators to approve messages without having to teach them how to add a header field to their mail...so I did. Other people I know have made it practically impossible for anyone to post a message without knowing a sequence of passwords. Other people changed the header field name ever-so-slightly just to keep people familiar with SmartList from breaking their lists. Still others leave the moderation routines exactly the way they are. My guess is that since you're using Eudora, you don't want to approve by adding header fields...so come up with another way. _Any_ other way...whatever works best for _you._ But since the vast majority of people don't need the high-level of security you seem to need, SmartList doesn't come out-of-the-box with multi-level passwords or the like. What it _does_ come with is the complete source, and a license that practically _begs_ you to make it your own. Charlie
participants (5)
-
Charlie Summers
-
Francois Sauterey
-
Joyce Miletic
-
Pablo Liuzzi
-
Peter Hartzler