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