From: serek Date: Fri, 11 Jan 2002 15:24:59 +0000 (+0000) Subject: -new, STBR. X-Git-Tag: STABLE~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fautorespond.git;a=commitdiff_plain;h=ffc55a1114b320600c5a7a29f070f675ffd903fe -new, STBR. Changed files: autorespond.spec -> 1.1 --- ffc55a1114b320600c5a7a29f070f675ffd903fe diff --git a/autorespond.spec b/autorespond.spec new file mode 100644 index 0000000..65e8539 --- /dev/null +++ b/autorespond.spec @@ -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}/*