Skip to content

Commit f336da2

Browse files
committed
Updated settings, according to [10432]
- Legacy-Id: 10433 Note: SVN reference [10432] has been migrated to Git commit 7ae67e4
1 parent 7ae67e4 commit f336da2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,15 +564,15 @@ def skip_unreadable_post(record):
564564
GROUP_ALIAS_DOMAIN = IETF_DOMAIN
565565

566566
# Path to the email alias lists. Used by ietf.utils.aliases
567-
DRAFT_ALIASES_PATH = "/a/postfix/draft-aliases"
568-
DRAFT_VIRTUAL_PATH = "/a/postfix/draft-virtual"
567+
DRAFT_ALIASES_PATH = os.path.abspath(BASE_DIR + "/../test/data/draft-aliases")
568+
DRAFT_VIRTUAL_PATH = os.path.abspath(BASE_DIR + "/../test/data/draft-virtual")
569569

570570
# Set debug apps in DEV_APPS settings_local
571571
DEV_APPS = ()
572572
DRAFT_VIRTUAL_DOMAIN = "virtual.ietf.org"
573573

574-
GROUP_ALIASES_PATH = "/a/postfix/group-aliases"
575-
GROUP_VIRTUAL_PATH = "/a/postfix/group-virtual"
574+
GROUP_ALIASES_PATH = os.path.abspath(BASE_DIR + "/../test/data/group-aliases")
575+
GROUP_VIRTUAL_PATH = os.path.abspath(BASE_DIR + "/../test/data/group-virtual")
576576
GROUP_VIRTUAL_DOMAIN = "virtual.ietf.org"
577577

578578
POSTCONFIRM_PATH = "/a/postconfirm/test-wrapper"

0 commit comments

Comments
 (0)