Fix getmail6 patch

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 17:53:38 +02:00
parent 436b790e9e
commit 86f0aa3508
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -34,7 +34,7 @@ index 2d25558..d7adeba 100755
+ # if not os.access(self.conf['path'], os.X_OK): + # if not os.access(self.conf['path'], os.X_OK):
+ # raise getmailConfigurationError('%s not executable' + # raise getmailConfigurationError('%s not executable'
+ # % self.conf['path']) + # % self.conf['path'])
if type(self.conf['arguments']) != tuple: if not isinstance(self.conf['arguments'], tuple):
raise getmailConfigurationError( raise getmailConfigurationError(
'incorrect arguments format; see documentation (%s)' 'incorrect arguments format; see documentation (%s)'
diff --git a/getmailcore/filters.py b/getmailcore/filters.py diff --git a/getmailcore/filters.py b/getmailcore/filters.py