]> git.pld-linux.org Git - packages/autorespond.git/blob - autorespond.spec
cb1a996c8b1313e976250eadf926ac35ea89cfbc
[packages/autorespond.git] / autorespond.spec
1 Summary:        Simple autoresponder for qmail
2 Summary(pl):    Prosty autoresponder dla qmaila
3 Name:           autorespond
4 Version:        2.0.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.inter7.com/devel/%{name}-%{version}.tar.gz
9 URL:            http://inter7.com/qmailadmin/
10 Requires:       qmail
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Mail is sent to help@my-company.com. An automatically generated
15 response is sent back to the user with an address of
16 "help@my-company.com". You can set the envelope sender to an empty
17 string. However, some programs will parse the message for the "From:"
18 field and send an autoresponse back to it. It is received at your
19 autoresponder, and you now have a mail loop.
20
21 This autoresponder also catches some other simple situations such as
22 mail from a mailer-daemon, empty envelope sender, bulk precedence
23 headers, etc.
24
25 %description -l pl
26 Scenariusz: poczta jest wysy³ana pod adres pomoc@moja-firma.com.
27 Automatycznie przygotowana odpowied¼ jest wysy³ana nadawcy z tego
28 w³a¶nie adresu. Mo¿esz równie¿ ustawiæ pusty adres nadawcy. Jednak
29 pamiêtaj, ¿e niektóre programy sprawdzaj± ten adres nadawcy, i je¿eli
30 jest on pusty, list mo¿e siê odbiæ, powoduj±c pêtlê.
31
32 Autoresponder sprawdza siê równie¿ w innych sytuacjach, takich jak:
33 listy od programu pocztowego, generowanie pustych nag³ówków koperty,
34 masowe pierwszeñstwo nag³ówków, itp.
35
36 %prep
37 %setup -q
38
39 %build
40 %{__make} \
41         CFLAGS="%{rpmcflags} -D_REENTRANT" \
42         CC=%{__cc}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47
48 install %{name} $RPM_BUILD_ROOT%{_bindir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README help_message qmail-auto
56 %attr(755,root,root) %{_bindir}/*
This page took 0.052702 seconds and 2 git commands to generate.