aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index dbb1ad38..e034d566 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -286,8 +286,8 @@ smtp_list : STRING {save_str(&current.smtphunt, $1,TRUE);}
| smtp_list STRING {save_str(&current.smtphunt, $2,TRUE);}
;
-domain_list : STRING {save_str(&current.domainlist, $1,TRUE);}
- | domain_list STRING {save_str(&current.domainlist, $2,TRUE);}
+fetch_list : STRING {save_str(&current.domainlist, $1,TRUE);}
+ | fetch_list STRING {save_str(&current.domainlist, $2,TRUE);}
;
num_list : NUMBER
@@ -313,7 +313,7 @@ user_option : TO localnames HERE
| PASSWORD STRING {current.password = xstrdup($2);}
| FOLDER folder_list
| SMTPHOST smtp_list
- | FETCHDOMAINS domain_list
+ | FETCHDOMAINS fetch_list
| SMTPADDRESS STRING {current.smtpaddress = xstrdup($2);}
| SMTPNAME STRING {current.smtpname = xstrdup($2);}
| SPAMRESPONSE num_list