Displaying 4 results from an estimated 4 matches for "spf_helo_pass".
2011 Nov 15
1
Getting started with sieve and conversion from procmail
...:0 fhW
| /home/alex/bin/process-mail.pl
}
The script skipped right over that. I'm also trying to convert the following:
:0
* (RCVD_IN_DNSWL_HI|RCVD_IN_DNSWL_LOW|RCVD_IN_HOSTKARMA_W)
* !USER_IN_WHITELIST
* !BAYES_00
* !URIBL_
* !KHOP_RCVD_UNTRUST
* !RCVD_IN_DNSWL_MED
* !SPF_SOFTFAIL
* SPF_HELO_PASS
* SPF_PASS
{
LOG="DNSWL: "
:0:
whitelist/dnswl
}
The script only produced the following:
if true {
if true {
if true {
if true {
if true {
if true {
if true {
if true {
if true {
if true {
fileinto "{";
fileinto " LOG="DNS...
2007 Apr 24
2
Dovecot, Postfix and SMTP AUTH....
Hello.
I've notice a problem with SMTP AUTH in postfix with dovecot. My
configuration is based on Postgresql. I've created a function in
postgresql which returns password and username and attached it to
password_query. Query looks like this
password_query = SELECT username_out as username, password_out as
password FROM get_password(lower('%n'),lower('%d'));
Problem
2007 Aug 14
0
dovecot Digest, Vol 52, Issue 52
...om HIDDEN (localhost.localdomain [127.0.0.1]) by HIDDEN
(Postfix) with ESMTP id BA3101647268 for <HIDDEN>; Tue, 14 Aug 2007
20:04:45 +0300 (EEST)
X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on
HIDDEN.local
X-Spam-Level:
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS
autolearn=ham version=3.2.1
Message-Id: <HIDDEN>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Beenthere: HIDDEN
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Dovecot Mailing List <HIDDEN>
List-Unsubscr...
2007 Feb 04
1
Fwd: Re: Calling C code from R
Hi!
Thanks in advance.
Thanks to all of you who have responded to me on above. This is one of the responses I received on above.
I have installed perl (with path C:\Perl\bin\;) an MinGW (with path C:\MinGW\bin; C:\MinGW;).
At the Command Prompt (C:\R-2.4.0\bin) I have typed:
C:\R-2.4.0\bin>Rcmd SHLIB useC1.c
(No error and useC1.dll file has not been created)