similar to: Switching list to subscriber-post only?

Displaying 20 results from an estimated 10000 matches similar to: "Switching list to subscriber-post only?"

2008 Jan 30
2
R-help going to become "subscriber-only"
Dear R-help mailing list readers, After some discussion among R foundation members (and friends), we have agreed that ``the spammer mafia (*)'' has momentarily won a battle: After more than ten years of open and free mailing lists devoted to R (development, use, etc), the increasing volume of spam {quadrupling within one year, I'm told by an expert} and the slickness of the spam
2004 Jan 09
1
Development Process comment and Email list suggestion
It looks like Mark and others have addressed the development/CVS issues. We should let their plan be put into effect and give it a chance to work. Regarding the email list: A number of people have suggested creating more email lists. I think this is not a good idea because there will be even more cross posting than there is now between -dev and -users. Several years ago I was a moderator on the
2011 Nov 18
1
number of items to replace is not a multiple of replacement length
Hi all, following is my R -code and shows the error given below > n <- 100 > k<-2 > x1 <-c(1, 3);x2 <- c(2,5) > X <- matrix(c(0,0), nrow = 2, ncol = n) > for(i in 1:k) + X[i, ] <- mh1.epidemic(n,x1[i],x2[i]) Error in X[i, ] <- mh1.epidemic(n,x1[i],x2[i]):   number of items to replace is not a multiple of replacement length   > psi <-t(apply(X, c(1,2),
2010 Jan 15
4
Options for responding to this group?
Is the only option for responding to posts in this group to receive ALL of the messages posted in this group by email?
2011 Nov 16
2
Error in random walk Metroplis-hasting
Hi R community, I have some data set and construct the likelihood as follows likelihood <- function(alpha,beta){ lh<-1 d<-0 p<-0 k<-NULL data<-read.table("epidemic.txt",header = TRUE) attach(data, warn.conflicts = F) k <-which(inftime==1) d <- (sqrt((x-x[k])^2+(y-y[k])^2))^(-beta) p<-1 - exp(-alpha*d) for(i in 1:100){
2017 Mar 31
3
xapian bug tracker registration email is not working
I tried to register yesterday, twice with 2 email addresses. The website said it sent me mail, I never got a mail. Someone else, please confirm this is broken. A bug I'd like to file is that I'd like an option to search *word. Currently you can only search word*. The example where I would find this useful is searching for urls and email addresses. For example, I want to find emals from
2017 Mar 31
3
xapian bug tracker registration email is not working
I tried to register yesterday, twice with 2 email addresses. The website said it sent me mail, I never got a mail. Someone else, please confirm this is broken. A bug I'd like to file is that I'd like an option to search *word. Currently you can only search word*. The example where I would find this useful is searching for urls and email addresses. For example, I want to find emals from
2019 Nov 19
3
Fwd: RFC: Moving toward Discord and Discourse for LLVM's discussions
Slack's community moderation features are pretty terrible - it's simply not set up for managing public-facing communities; it's set up for managing private workplace team collaboration.  The best way to try to explain the features which are missing are to look at something like the Matrix moderation guide (https://matrix.org/docs/guides/moderation/); many of these features are
2013 Dec 10
1
Re: assign static public IP to container
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Eric Blake @ 12/10/2013 06:24 AM: > [meta-question] > > I noticed you posted very similar mails several times in a row; I > suspect it was because you were unaware that the list is moderated, > and kept trying to repost when you didn't see your message hit the > archives. While we allow non-subscriber postings, all first-time
2011 Nov 11
1
Random-walk Metropolis-Hasting
Following is my code, can some one help on the error at the bottom? > mh<-function(iterations,alpha,beta){ + data<-read.table("epidemic.txt",header = TRUE) + attach(data, warn.conflicts = F) + k<-97 + d <- (sqrt((x-x[k])^2 + (y-y[k])^2)) + p <- 1-exp(-alpha*d^(-beta)) + p.alpha<-1 - exp(-3*d^(-beta)) + p.beta <- 1 - exp(alpha*d^(-2)) +
2004 Nov 26
0
Anti-spam: challenge-response for non-subscriber postings
Hi, The openssh-unix-dev list now requires posts from non-subscribed addresses to pass a challenge-response before being accepted to the list. This may bite you if you use a different address to post from the one you subscribed with, but you should only need to perform the challenge- response once (it will remember your address from then on). Apologies for any inconvenience, but this should
2013 Nov 13
1
trashed
On 11/12/13, Reindl Harald <h.reindl at thelounge.net> wrote: > tell that Noel which is blocking my messages and so did > not read what i quoted from Benny's trolling but opens > his mouth > > tell that Noel which is abusing his power by set complete > IP-ranges on RBL lists he maintains because he does not > like one person using a mailserver on that range besides
2016 Jul 11
3
Suggestion to Stop Cross Posting Discussions
On 9 Jul 2016, at 03:55, Chandler Carruth via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I think having yet another mailing list is a dramatically worse solution than simply fixing our mailing list system to allow subscribers to any of the lists post to all of the lists. I believe that allowing cross-posting would only solve half of the problem. We have two issues: - Some
2005 Feb 23
1
List tips for new subscribers <--sorry for 2nd post, missed this.
Colin wrote: A lot of good sensible stuff. Well done Colin. Bill Seddon Lyquidity Solutions Limited -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Colin Anderson Sent: February 23, 2005 3:54 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] List tips for
2007 May 24
1
Basic connection between Mitel 3300 ICP and Asterisk (trixbox) - from a clueless newbie....
Hi all, Our company has deployed a Mitel 3300 system (only about 2.5 years ago) and we are experimenting with setting up Asterisk in our head office (for business continuity, ie we have a bird flu epidemic and no-one can come in, therefore use SIP softphones at home to co-ordinate activity) and at a remote site in the Isle of Man (connected via 2Mbps SDSL) Ideally we'd like anyone on either
2010 Nov 29
2
Friend's post in moderation queue for a week... why so long, please? And getting "permission denied" trying to mount an SMB share
Hi. A friend of mine (Jim Fancher) is having trouble with his Samba install on CentOS Linux. I suggested he ask on the Samba users mailing list. He joined the list and posted, and got an autoreply saying his message is being held for moderation. That was a week ago (Mon, Nov 22nd). Nothing since. I see other posts coming through since then, so wondering why his message got delayed. It was
2007 Apr 18
3
advice on pseudo iteration needed (mailman recipe)
hello list, what i want to archive is something like this: include mailman manage_mailing_list {"chatml": password => "asdfasdfasdf", subscribers => ["darks@fet.org", "hand@dampf.de", "i.am.cool@yoo.org" ] } which should create the
2020 Mar 11
3
EuroLLVM'20 cancellation notice
The 2020 EuroLLVM Developers’ Meeting is cancelled because of COVID-19. We are sorry to announce that the 2020 EuroLLVM Developers’ Meeting is cancelled due to the COVID-19 outbreak. This was not a decision we took lightly. Here are the reasons we feel it is best to cancel EuroLLVM 2020. 1. We feel this is the responsible and right thing to do to ensure the health of all that attend
2007 Jun 29
4
Dominant eigenvector displayed as third (Marco Visser)
Dear R users & Experts, This is just a curiousity, I was wondering why the dominant eigenvetor and eigenvalue of the following matrix is given as the third. I guess this could complicate automatic selection procedures. 0 0 0 0 0 5 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 Please
2017 Aug 17
0
R-SIG-Debian keeps telling me I must be subscribed to post, but I am
I'm not sure where to post this. I subscribed to R-Sig-Debian this morning, I hope the email excerpt below proves this: Welcome to the R-SIG-Debian at r-project.org mailing list! To post to this list, send your message to: r-sig-debian at r-project.org General information about the mailing list is at: https://stat.ethz.ch/mailman/listinfo/r-sig-debian If you ever want