Skip to content
Snippets Groups Projects
Commit d2dc09f9 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Release 0.8.3

parent ea82d6d6
No related branches found
No related tags found
No related merge requests found
...@@ -121,10 +121,9 @@ SoftFail: softfail.txt ...@@ -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.
......
%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} ...@@ -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. ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment