Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129678 - mail-filter/amavisd-new-2.4.0 Wrong quoting of variables in patch
Summary: mail-filter/amavisd-new-2.4.0 Wrong quoting of variables in patch
Status: RESOLVED DUPLICATE of bug 129636
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 04:35 UTC by Sune Kloppenborg Jeppesen (RETIRED)
Modified: 2006-04-12 07:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2006-04-12 04:35:06 UTC
Problem:

(!!) TROUBLE in pre_loop_hook: QUARANTINEDIR inaccessible, Permission denied: $MYHOME/quarantine at /usr/sbin/amavisd line 6729.

Diff of diff to fix problem:

--- amavisd-new-2.4-amavisd.conf-gentoo.patch.orig      2006-04-12 13:25:18.000000000 +0200
+++ amavisd-new-2.4-amavisd.conf-gentoo.patch   2006-04-12 13:25:49.000000000 +0200
@@ -79,7 +79,7 @@
  #   (the default value is undef, meaning no quarantine)
  #
 -$QUARANTINEDIR = '/var/virusmails';
-+$QUARANTINEDIR = '$MYHOME/quarantine';
++$QUARANTINEDIR = "$MYHOME/quarantine";

  #$quarantine_subdir_levels = 1;  # add level of subdirs to disperse quarantine
Comment 1 Tuan Van (RETIRED) gentoo-dev 2006-04-12 07:53:46 UTC
*** This bug has been marked as a duplicate of 129636 ***