Displaying 20 results from an estimated 1000 matches similar to: "(no subject)"
2007 May 14
2
Processing too fast?
I'm trying to use Dovecot to make administering ASSP a bit easier. I've
created a mailbox with a number of subfolders (Spam, Ham, etc.) and have
ASSP setup to save mail in the appropriate folder e.g.
/var/mail/ASSP/.INBOX.Ham/new. But I'm having problems with ASSP
complaining about the newly created files - I believe the file gets
opened, then it disappears before ASSP finishes
2012 May 08
1
Centos 6 ASSP ( anti-spam-smtp-proxy)
Need an anti-spam proxy and looking at options, was wondering if anyone is
using ASSP with Centos 6 and if so does anyone have any goo How-to links
they have...I have managed to find this one -
http://www.how2centos.com/fight-spam-with-assp-anti-spam-smtp-proxy-on-centos-5-4/
Probably most still applies to 6, but maybe thinking with the newer
versions of things I could stay in the standard
2018 Jan 12
2
Submission/SMTP proxy server
Sorry if this seems elementary - but a question on
implementation/usage/purpose of this.? My understanding is at this time
the SMTP proxy server is only that - it does not implement any further
functionality.? So its availability now is purely for testing purposes.?
Is that accurate?
I secondly assume that this intended for trusted clients only - so this
is not intended for processing email
2012 Jun 11
0
[LLVMdev] Why always abort in verifyFunction?
Hi Xiu,
The Verifier pass runs a PreVerifier pass, which does not honour the action
argument,
and will always abort on a broken module, (Line 106,
lib/VMCore/Verifier.cpp)
Perhaps you should file a bug against this, to allow you to not abort if
you so wish.
Joey
On 11 June 2012 09:41, Guowei Xu <myesis at gmail.com> wrote:
> Hello everyone:
>
> I have a little question
2006 Apr 18
0
Version 1.0 of hapassoc now available from CRAN
Version 1.0 of hapassoc now available from CRAN
hapassoc is an R package for likelihood inference of trait associations
with SNP haplotypes and other attributes using the EM Algorithm. Recent
changes include the addition of anova and logLik methods for the
class hapassoc, to allow users to perform likelihood ratio tests of
haplotype effects. Other changes include bug-fixes and improvements to
2006 Apr 18
0
Version 1.0 of hapassoc now available from CRAN
Version 1.0 of hapassoc now available from CRAN
hapassoc is an R package for likelihood inference of trait associations
with SNP haplotypes and other attributes using the EM Algorithm. Recent
changes include the addition of anova and logLik methods for the
class hapassoc, to allow users to perform likelihood ratio tests of
haplotype effects. Other changes include bug-fixes and improvements to
2006 Aug 14
2
ajax - layout problem.
Hi guys
Here is my problem...
Using Ajax to update a div with link_to_remote. Problem is I have a layout
defined in my class, so, the div gets the layout when I call the method, how
di I tell a method to ingore the layout?
Cheers.
Pieter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jul 05
4
CentOS 5.2 Missing Dependancy
I am trying to install perl-Digest-Perl-MD5 from rf and it is failing suggesting it
needs /usr/bin/false. #yum whatprovides "/usr/bin/false" yields nothing.
My CentOS 5.1 machines don't have this, and this is the same list of yum install
items I always use when setting up assp.
Any idea what to do?
jlc
2005 Dec 05
1
Automatic time zone conversion
Dear R-help,
I was trying to convert a date and time record extracted from a fortran
subroutine I worte and I encounter some problem. The data read in time
and date in a format like "2000-05-11_01:00:00.0000" in fortran output.
It is in GMT. I need to convert it to CST (GMT+8). I did the following
steps.
> cdate
[1] "2000-05-11_01:00:00.0000\005\003"
# I am not sure
2014 Feb 07
2
Perl516 SCL modules
Hi,
I'm trying to build several SCL perl516 modules for using assp spamfilter.
Some modules have dependencies which spend a lot of errors or can not be
build on a x86_64 system.
perl-Email-Valid-0.184 for example needs Win32::IPHelper and
Win32::TieRegistry.
If I build this rpm for standard perl510, the Win32 modules are not
required.
Why are theses dependencies only for perl516?
Can I
2010 Jan 15
2
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
Hi,
I have ported LLC to a risc cpu. It can pass benchmark that I have at current.
But I want do some optimization after register alloction by adjusting
register using. I scan MachineBasicBlock to analyze operand's IsKill, IsDead , IsDef attribute to get a physical register's liverange. But I get a strange case at MBB.jpg.
R4 is marked <kill> at MBB0. If I scan R4's
2008 Jan 24
1
A bug in circ.plot of CircStats package
Hi,
i found a bug in circ.plot of CircStats package, namely that the plot ingore
the datasets with value = 0. it's simple to fix it, but i cannot seem to
figure out where to submit the fix. is there a official procedure of
submitting bug report/patch to the contributed packages?
--
View this message in context:
2006 Mar 21
2
SQL bug in acts_as_taggable
Hi,
excuse me if this is off-topic and feel free to ingore it in case.
I''m using acts_as_taggable (the gem version) and found what to me
looks like a bug in this code from the method tags_count:
sql = "SELECT #{t}.#{t_pk} AS id, #{t}.name AS name, COUNT
(*) AS count
FROM #{jt}, #{o}, #{t} WHERE #{jt}.#{t_fk} = #{t}.#{t_pk}
AND #{jt}.#{o_fk} =
2020 Jan 29
1
Split storage & solr
Is it possible to setup the following:
1. Primary mailserver with SMTP solutions and Dovecot.
2. Primary server will store recent mails.
3. Secondary server for archival storage and Solr.
So I'm not looking for a distributed cluster - simply a splitting of
designated functions. Clients would only be connecting to the primary
server. I know Dovecot supports an alternate storage location -
2009 Aug 17
3
printing a dataframe summary to disk
I'd like to write the summary of a dataframe to disk, so that it looks
essentially the same as what you'd see on screen; but I can't seem to
do it. Can someone tell me how? Thanks!
------------------------
Philip A. Viton
City Planning, Ohio State University
275 West Woodruff Avenue, Columbus OH 43210
viton.1 at osu.edu
2010 Jul 07
3
How do I test against a simple null that two regressions coefficients are equal?
Hi there,
I run two regressions:
y = a1 + b1 * x + e1
y = a2 + b2 * z + e2
I want to test against the null hypothesis: b1 = b2. How do I design the test?
I think I can add two equations together and divide both sides by 2:
y = 0.5*(a1+a2) + 0.5*b1 * x + 0.5*b2 * z + e3, where e3 = 0.5*(e1 + e2).
or just y = a3 + 0.5*b1 * x + 0.5*b2 * z + e3
If I run this new regression, I can test against
2014 Oct 21
3
SMTP authentication setup
At my company we've had a longstanding problem of not being able to send
email from devices outside of our internal network and any specific IP
address that we open the relay to. As it turns out, SASL has never been
set up. I need to set up SASL ASAP but none of the guides I've found
seem to work.
This is the latest guide I tried:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
I
2010 May 11
3
Pairwise combination
Hi there,
I am looking for a function that takes a vector as input and generates
all pair wise combination of the elements of the input vector.
For example, the input vector is c(1,2,3,4). The output vector is c(1
and 2, 1 and 3, 1 and 4, 2 and 3, 2 and 4, 3 and 4). The
representation here is generic.
I can use a for loop to do it, but it gets slow when the number of
elements of the input
2012 Sep 24
11
76Gb to 146Gb
Hello all,
I have a DL360 G4 1U server that does a wonderfull job with dovecot horde,
Xmail and OpenLDAP for a company and serving about 40 acouunts.
The machine is wonderful. I am very happy with it.
However, I am running out of disk space.
It has two times 76Gb Drives in RAID1 (disk mirroring) and the capacity
has reached 82%.?
I am starting of getting nervous.
Does anyone know of a painless
2011 May 26
2
virtual bios question
Hi, when user create the virtual machine, then:
which code execute firstly, hvmloaer or qemu-dm?I have traced the codes flow
and found qemu-dm run before hvmloader,right?
And virtual bios code are both in hvmloader and qemu-dm, but I think it
should be only one of virtual bios
will be used to initialize the virutal device in qemu-dm.I find at the end
of hvmloader it will jmp to 0xffff0, that