Release 0.8.3
This commit is contained in:
@@ -121,10 +121,9 @@ SoftFail: softfail.txt
|
|||||||
Neutral: neutral.txt
|
Neutral: neutral.txt
|
||||||
PermError: permerror.txt
|
PermError: permerror.txt
|
||||||
None: strike3.txt
|
None: strike3.txt
|
||||||
Pass: strike3.txt
|
|
||||||
|
|
||||||
The pass template doesn't make any sense - I assumed that CBV would
|
An SPF-Pass is always accepted by the milter. Domains can be blacklisted
|
||||||
never be used with a Pass result.
|
via sendmail in the access file or via a RHS DNS blacklist.
|
||||||
|
|
||||||
To be continued.
|
To be continued.
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
%define name milter
|
%define name milter
|
||||||
%define version 0.8.2
|
%define version 0.8.3
|
||||||
%define release 4.RH7
|
%define release 1.RH7
|
||||||
# what version of RH are we building for?
|
# what version of RH are we building for?
|
||||||
%define redhat9 0
|
%define redhat9 0
|
||||||
%define redhat7 1
|
%define redhat7 1
|
||||||
@@ -31,7 +31,7 @@ Name: %{name}
|
|||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Patch: %{name}-%{version}.patch
|
#Patch: %{name}-%{version}.patch
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@@ -52,7 +52,7 @@ modules provide for navigating and modifying MIME parts.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch -p1
|
#%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
env CFLAGS="$RPM_OPT_FLAGS" %{python} setup.py build
|
env CFLAGS="$RPM_OPT_FLAGS" %{python} setup.py build
|
||||||
|
|||||||
Reference in New Issue
Block a user