如果我运行此代码,则会收到错误消息:
imapfilter/config.lua:9: attempt to index global 'account1' (a nil value)
代码[Source]如下:
options.timeout = 120
options.subscribe = true
account1 = IMAP {
server = 'mail.xxx.de',
username = 'username',
password = 'password',
msgs = account1.INBOX:contain_subject('***SPAM***'),
account1.INBOX:move_messages(account1['spam'],msgs)
}
逗号不正确?
答案 0 :(得分:0)
您正在根据自己的定义致电account1
在您使用account1
}
无法生存