@@ -0,0 +1,14 @@
+--- approve.orig 1997-04-05 21:18:36.000000000 +0200
++++ approve 2002-12-19 11:56:05.000000000 +0100
+@@ -214,6 +214,11 @@
+ $from_skipped = 1;
+ next;
+ }
++ elsif (/^Delivered-To: /i) {
++ # Skip Develivered-To: headers on approval to avoid
++ # bouncing of the approved message by MTAs like Postfix.
++ next;
++ }
+ s/^~/~~/;
+ print MAIL $_;
@@ -33,11 +33,12 @@ Distribution: OpenPKG [EVAL]
Group: Mail
License: Majordomo License Agreement
Version: 1.94.5
-Release: 20021211
+Release: 20021219
# list of sources
Source0: http://www.greatcircle.com/majordomo/%{version}/majordomo-%{version}.tar.gz
Source1: users.config
+Patch0: majordomo.patch
# build information
Prefix: %{l_prefix}
@@ -56,6 +57,7 @@ AutoReqProv: no
%prep
%setup -q
+ %patch -p0
%build
%{l_shtool} subst \