]> git.pld-linux.org Git - packages/anomy-sanitizer.git/blame - anomy-sanitizer.spec
- 1.76 tarball
[packages/anomy-sanitizer.git] / anomy-sanitizer.spec
CommitLineData
45b18edc
ER
1Summary: Anomy Sanitizer
2Name: anomy-sanitizer
010b8096 3Version: 1.76
45b18edc
ER
4Release: 1
5License: GPL
6Group: Applications/Mail
7Source0: http://mailtools.anomy.net/dist/%{name}-%{version}.tar.gz
010b8096 8# Source0-md5: 1f53b7da3cc4f3d78631546335ff9dcd
45b18edc
ER
9URL: http://mailtools.anomy.net/
10BuildArch: noarch
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14The Anomy sanitizer is what most people would call "an email virus
15scanner". That description is not totally accurate, but it does cover
16one of the more important jobs that the sanitizer can do for you - it
17can scan email attachments for viruses.
18
19Other things it can do:
20- Disable potentially dangerous HTML code, such as javascript, within
21 incoming email.
22- Protect you from email-based break-in attempts which exploit bugs in
23 common email programs (Outlook, Eudora, Pine, ...).
24- Block or "mangle" attachments based on their file names. This way if
25 you don't need to recieve e.g. visual basic scripts, then you don't
26 have to worry about the security risk they imply (the ILOVEYOU virus
27 was a visual basic program). This lets you protect yourself and your
28 users from whole classes of attacks, without relying on complex,
29 resource intensive and outdated virus scanning solutions.
30
31%prep
010b8096
ER
32%setup -qc
33mv anomy/* .
45b18edc
ER
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{perl_vendorlib}
38cp -a bin/Anomy $RPM_BUILD_ROOT%{perl_vendorlib}/Anomy
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc CHANGELOG.sanitizer CREDITS README.sanitizer sanitizer.html
46%{perl_vendorlib}/Anomy
This page took 0.061701 seconds and 4 git commands to generate.