logo Welcome, Guest. Please Login or Register.
2024-04-19 07:29:45 CoV Wiki
Learn more about the Church of Virus
Home Help Search Login Register
News: Read the first edition of the Ideohazard

  Church of Virus BBS
  General
  Suggestion Box

  BBS -> list gateway
« previous next »
Pages: [1] Reply Notify of replies Send the topic Print 
   Author  Topic: BBS -> list gateway  (Read 1862 times)
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
BBS -> list gateway
« on: 2002-03-08 14:06:08 »
Reply with quote

When a message is posted to Virus 2002 it is automatically forwarded to the list. Messages to the list are also automatically posted on the BBS, the code is clever enough to prevent infinite loops.

One problem is with hidden email addresses. If someone with a hidden address posts to Virus 2002, their address will be revealed in the From field of  the message sent to the list. So far this hasn't been a problem because the message bounced to me because the address was not subscribed to the list.

So should I leave it the way it is, and just delete messages that bounce?
Report to moderator   Logged
Hermit
Archon
*****

Posts: 4287
Reputation: 8.94
Rate Hermit



Prime example of a practically perfect person

View Profile WWW
Re:BBS -> list gateway
« Reply #1 on: 2002-03-10 22:19:27 »
Reply with quote

If someone on the list (hidden address or not) posts to Virus 2002, I think it would be fair to use their board identity as the from field in the message sent to the list. Isn't that rather straightforward?

We might also consider an "Anonymous CoV Member" mechanism permitting people subscribed to the board to send a message to the list, via a moderation mechanism (to prevent abuse), (strip all headers except subject) where the moderators do not know who it is, but where the moderators can reply to bounces.

I rather like the ability for people to speak up without having to worry about what others may think of them.
Report to moderator   Logged

With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion. - Steven Weinberg, 1999
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:BBS -> list gateway
« Reply #2 on: 2002-03-12 00:51:56 »
Reply with quote


Quote from: Hermit on 2002-03-10 22:19:27   

If someone on the list (hidden address or not) posts to Virus 2002, I think it would be fair to use their board identity as the from field in the message sent to the list. Isn't that rather straightforward?

I'm not sure I understand... does the "board identity" include the (possibly hidden) email address? Or are you suggesting that I populate the From field with something that does not contain an email address? (That would probably screw up some email clients.)
Report to moderator   Logged
Hermit
Archon
*****

Posts: 4287
Reputation: 8.94
Rate Hermit



Prime example of a practically perfect person

View Profile WWW
Re:BBS -> list gateway
« Reply #3 on: 2002-03-12 06:03:03 »
Reply with quote


Quote from: David Lucifer on 2002-03-12 00:51:56   


Quote from: Hermit on 2002-03-10 22:19:27   

If someone on the list (hidden address or not) posts to Virus 2002, I think it would be fair to use their board identity as the from field in the message sent to the list. Isn't that rather straightforward?

I'm not sure I understand... does the "board identity" include the (possibly hidden) email address? Or are you suggesting that I populate the From field with something that does not contain an email address? (That would probably screw up some email clients.)

Most majordomo servers change the sender address to list@host. So I doubt it would be a problem. Use the email if the user has not provided an alternative identity on the board, and if they have, a "board identity" like e.g. hermit.bbs@lucifer.com, with return mail getting bounced unless the the person owns a CoV address, - in which case, the CoV, or the board address might be used at the discretion (and choice of the user). I would imagine that it would be easy enough to do a sql tie in there.

Regards

Hermit
Report to moderator   Logged

With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion. - Steven Weinberg, 1999
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:BBS -> list gateway
« Reply #4 on: 2002-03-12 14:54:19 »
Reply with quote


Quote from: Hermit on 2002-03-12 06:03:03   

Most majordomo servers change the sender address to list@host. So I doubt it would be a problem.
True, but the From field remains intact.

I've changed the code so that if the email address is hidden, the message appears to come from the user's board name with an email addres of <hidden@lucifer.com>.
Report to moderator   Logged
rhinoceros
Archon
*****

Gender: Male
Posts: 1318
Reputation: 8.37
Rate rhinoceros



My point is ...

View Profile WWW E-Mail
Re:BBS -> list gateway
« Reply #5 on: 2002-08-24 17:35:27 »
Reply with quote

Could you remove the "Re: " and  "Re: virus: " substring from the beginning of the Subject field of the emails coming through the mailing list to Virus 2002? This could resolve the problem of uninteded topic splitting on Virus 2002.
Report to moderator   Logged
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:BBS -> list gateway
« Reply #6 on: 2002-08-25 10:40:52 »
Reply with quote


Quote from: rhinoceros on 2002-08-24 17:35:27   

Could you remove the "Re: " and  "Re: virus: " substring from the beginning of the Subject field of the emails coming through the mailing list to Virus 2002? This could resolve the problem of uninteded topic splitting on Virus 2002.

The code is already supposed to ignore the re: and virus: when it looks for a topic match. Obviously something is broken.
Report to moderator   Logged
rhinoceros
Archon
*****

Gender: Male
Posts: 1318
Reputation: 8.37
Rate rhinoceros



My point is ...

View Profile WWW E-Mail
Re:BBS -> list gateway
« Reply #7 on: 2002-09-05 17:42:30 »
Reply with quote


Quote:

The code is already supposed to ignore the re: and virus: when it looks for a topic match. Obviously something is broken.


[rhinoceros]
I think it is bad for the discussions. Aren't we to expect a fix any time soon?

Report to moderator   Logged
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:BBS -> list gateway
« Reply #8 on: 2002-09-06 10:32:48 »
Reply with quote


Quote from: rhinoceros on 2002-09-05 17:42:30   

I think it is bad for the discussions. Aren't we to expect a fix any time soon?

No, not so long as the the fix depends on volunteer labour.
Report to moderator   Logged
Pages: [1] Reply Notify of replies Send the topic Print 
Jump to:


Powered by MySQL Powered by PHP Church of Virus BBS | Powered by YaBB SE
© 2001-2002, YaBB SE Dev Team. All Rights Reserved.

Please support the CoV.
Valid HTML 4.01! Valid CSS! RSS feed