Hello,
> On 10/16/11 16:04, Nigel Kukard wrote:
> In cbp/protocols/postfix.pm , try change the code along line 132 to
> look like this (backup the file first) ...
>
> --
> # Check protocol responses...
> if ($resp == PROTO_PASS) {
> if (!defined($resp) || (defined($resp) && $resp != PROTO_PREPEND)) {
> $response = "DUNNO";
> $response_data = $data;
> return CBP_CONTINUE;
> }
>
> } elsif ($resp == PROTO_OK) {
> --
>
>
> Let me know if it works.
>
>
> Sorry, typo ....
>
>
> --
> # Check protocol responses...
> if ($resp == PROTO_PASS) {
> if (!defined($resp) || (defined($resp) && $resp != PROTO_PREPEND)) {
> $response = "DUNNO";
> $response_data = $data;
> }
> return CBP_CONTINUE;
>
> } elsif ($resp == PROTO_OK) {
> --
Sorry, but with above change Cluebringer works exactly the same way. It
prepends SPF header only when greylisting is not used.
Regards
Hieronim
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users