]> git.pld-linux.org Git - packages/autorespond.git/commitdiff
-new, STBR.
authorserek <serek@pld-linux.org>
Fri, 11 Jan 2002 15:24:59 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autorespond.spec -> 1.1

autorespond.spec [new file with mode: 0644]

diff --git a/autorespond.spec b/autorespond.spec
new file mode 100644 (file)
index 0000000..65e8539
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       Simple autoresponder for qmail
+Summary(pl):   Prosty autoresponder dla qmaila
+Name:          autorespond
+Version:       2.0.2
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Group(de):     Applikationen/Netzwerkwesen
+Group(pl):     Aplikacje/Sieciowe
+Source0:       http://www.inter7.com/devel/%{name}-%{version}.tar.gz
+URL:           http://inter7.com/qmailadmin/
+Requires:      qmail
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mail is sent to help@my-company.com. An automatically generated
+response is sent back to the user with an address of
+"help@my-company.com". You can set the envelope sender to an empty
+string. However, some programs will parse the message for the "From:"
+field and send an autoresponse back to it. It is received at your
+autoresponder, and you now have a mail loop.
+
+This autoresponder also catches some other simple situations such as
+mail from a mailer-daemon, empty envelope sender, bulk precedence
+headers, etc.
+
+%description -l pl
+Scenariusz: poczta jest wysy³ana pod adres pomoc@moja-firma.com.
+Automatycznie przygotowana odpowied¼ jest wysy³ana nadawcy z tego
+w³a¶nie adresu. Mo¿esz równie¿ ustawiæ pusty adres nadawcy. Jednak
+pamiêtaj, ¿e niektóre programy sprawdzaj± ten adres nadawcy, i je¿eli
+jest on pusty, list mo¿e siê odbiæ, powoduj±c pêtlê.
+
+Autoresponder sprawdza siê równie¿ w innych sytuacjach, takich jak:
+listy od programu pocztowego, generowanie pustych nag³ówków koperty,
+masowe pierwszeñstwo nag³ówków, itp.
+
+%prep
+%setup -q
+
+%build
+%{__make} CFLAGS="%{rpmcflags} -D_REENTRANT"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nfr README help_message qmail-auto
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.069597 seconds and 4 git commands to generate.