Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
d2dc09f9
Commit
d2dc09f9
authored
19 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.8.3
parent
ea82d6d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
HOWTO
+2
-3
2 additions, 3 deletions
HOWTO
milter.spec
+4
-4
4 additions, 4 deletions
milter.spec
with
6 additions
and
7 deletions
HOWTO
+
2
−
3
View file @
d2dc09f9
...
@@ -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 woul
d
An SPF-Pass is always accepted by the milter. Domains can be blackliste
d
never be used wi
th a
Pass resul
t.
via sendmail in
th
e
a
ccess file or via a RHS DNS blacklis
t.
To be continued.
To be continued.
...
...
This diff is collapsed.
Click to expand it.
milter.spec
+
4
−
4
View file @
d2dc09f9
%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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment