forked from pool/msmtp
This commit is contained in:
parent
c2682b4ff2
commit
c36879e850
12
msmtp-runqueue.sh.patch
Normal file
12
msmtp-runqueue.sh.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- scripts/msmtpqueue/msmtp-runqueue.sh
|
||||||
|
+++ scripts/msmtpqueue/msmtp-runqueue.sh
|
||||||
|
@@ -36,8 +36,8 @@
|
||||||
|
|
||||||
|
# process all mails
|
||||||
|
for MAILFILE in *.mail; do
|
||||||
|
- echo "*** Sending $MAILFILE to `sed -e 's/^.*-- \(.*$\)/\1/' $MSMTPFILE` ..."
|
||||||
|
MSMTPFILE="`echo $MAILFILE | sed -e 's/mail/msmtp/'`"
|
||||||
|
+ echo "*** Sending $MAILFILE to `sed -e 's/^.*-- \(.*$\)/\1/' $MSMTPFILE` ..."
|
||||||
|
if [ ! -f "$MSMTPFILE" ]; then
|
||||||
|
echo "No corresponding file $MSMTPFILE found"
|
||||||
|
echo "FAILURE"
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 7 11:37:36 CEST 2008 - cthiel@suse.de
|
||||||
|
|
||||||
|
- fix msmtp-runqueue.sh
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 18 16:49:28 CET 2008 - mrueckert@suse.de
|
Tue Mar 18 16:49:28 CET 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: msmtp
|
Name: msmtp
|
||||||
Version: 1.4.14
|
Version: 1.4.14
|
||||||
Release: 1
|
Release: 8
|
||||||
#
|
#
|
||||||
License: GPL v3 or later
|
License: GPL v3 or later
|
||||||
Group: Productivity/Networking/Email/Utilities
|
Group: Productivity/Networking/Email/Utilities
|
||||||
@ -26,6 +26,7 @@ PreReq: %install_info_prereq
|
|||||||
#
|
#
|
||||||
Url: http://msmtp.sourceforge.net/
|
Url: http://msmtp.sourceforge.net/
|
||||||
Source: http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
|
Source: http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
|
||||||
|
Patch: msmtp-runqueue.sh.patch
|
||||||
#
|
#
|
||||||
Summary: An SMTP Client
|
Summary: An SMTP Client
|
||||||
|
|
||||||
@ -42,6 +43,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} > 1000
|
%if 0%{?suse_version} > 1000
|
||||||
@ -83,6 +85,8 @@ done
|
|||||||
%{_infodir}/msmtp.info*
|
%{_infodir}/msmtp.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 07 2008 cthiel@suse.de
|
||||||
|
- fix msmtp-runqueue.sh
|
||||||
* Tue Mar 18 2008 mrueckert@suse.de
|
* Tue Mar 18 2008 mrueckert@suse.de
|
||||||
- update to version 1.4.14
|
- update to version 1.4.14
|
||||||
- The -t option now properly supports Resent-* headers.
|
- The -t option now properly supports Resent-* headers.
|
||||||
@ -122,7 +126,7 @@ done
|
|||||||
is active. NTLM is not an open standard and must therefore be
|
is active. NTLM is not an open standard and must therefore be
|
||||||
considered broken.
|
considered broken.
|
||||||
- Gnulib update 2007-04-07.
|
- Gnulib update 2007-04-07.
|
||||||
* Sun Jan 21 2007 mrueckert@suse.de
|
* Mon Jan 22 2007 mrueckert@suse.de
|
||||||
- update to 1.4.10:
|
- update to 1.4.10:
|
||||||
- Updated copyright info to 2007.
|
- Updated copyright info to 2007.
|
||||||
- Gnulib update to 2007-01-10.
|
- Gnulib update to 2007-01-10.
|
||||||
|
Loading…
Reference in New Issue
Block a user