search for: spamscore

Displaying 4 results from an estimated 4 matches for "spamscore".

2005 Jul 06
0
Re: Asterisk-Users Digest, Vol 12, Issue 25
...sers-owner@lists.digium.com > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of Asterisk-Users digest..." > > > Today's Topics: > > 1. Re: TDM01B card configuration (Dave Cotton) > 2. Re: [SPAM:***** SpamScore] RE: > [Asterisk-Users] Call Transfer > using SIP clients (Frank Schoep) > 3. RE: presence and IM again, want to develop a > working"hack" > (Florian Overkamp) > 4. calling shell scripts from within * (Terry > Wade) > 5. Re: Sometimes yes - som...
2006 Apr 29
1
How to notify dovecot that maildir contents is changed by third-party helper ?
...local msgfile="$1" score2clean="$2" local spamstatus=$(head -$MSGHEADLEN "$msgfile" | egrep '^X-Spam-Status: Yes') test -z "$spamstatus" && return 1 if [ -n "$score2clean" ]; then local spamscore=${spamstatus##*score=} spamscore=${spamscore%%.*} test "$spamscore" -lt "$score2clean" && return 1 fi return 0 } KillSpamInFolder() # $1 = kill-label folder to check { local dir2clean=$(dirname $1)/$INBOX_DIR...
2015 Apr 30
2
Sieve Rule: What am I missing here?
...g Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Errors-To: openssl-users-bounces at openssl.org Sender: "openssl-users" <openssl-users-bounces at openssl.org> X-Spam-Score: -0.9 (/) X-LERCTR-Spam-Score: -0.9 (/) X-Spam-Report: SpamScore (-0.9/5.0) BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.001,KAM_LAZY_DOMAIN_SECURITY=1,RCVD_IN_MSPIKE_H3=-0.01,RCVD_IN_MSPIKE_WL=-0.01,T_RP_MATCHES_RCVD=-0.01 X-LERCTR-Spam-Report: SpamScore (-0.9/5.0) BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.001,KAM_LAZY_DOMAIN_SECURITY=1,RCVD_IN_MSPIKE_H3=-...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel