procmail

Results 7 issues of procmail

On OpenBSD systems, LC_MONETARY cannot be set to anything other than "", "C" or "POSIX". As such, I've added a way to specify the currency and frac_digits using: SHOP_CURRENCY_FRAC_DIGITS SHOP_CURRENCY_SYMBOL

Hi, In OpenBSD 5.5, it seems that LC_MONETARY only supports the values of "", "C" and "POSIX". Therefore, in the file cartridge/shop/utils.py: > > if setlocale(LC_MONETARY, currency_locale) == "C": This...

Hi, I added: - ability to duplicate selected messages - Blacklists: Global as well as Newsletter-specific - Importing of blacklisted emails via CSV files. Haven't written any tests yet, will...

feature

Hi, This is a great script, but I'd like to ask, what license does it fall under? Thanks!

enhancement

When trying to log in with Facebook on /facebook/example/ , this is what I get: TypeError at /facebook/connect/ the JSON object must be str, not 'bytes' Request Method: POST Request...

Trying to login from cached sessionfile /var/folders/px/1k8yck6x2tdgcwjbjxcjwfw00000gn/T/acd_fuse/sessionfile Cached session failed; trying auth login Login successful; starting filesystem fuse: unknown option `big_writes' Traceback (most recent call last): File "./acd", line 468,...

Are different versions of setuptools needed for `python bootstrap.py` and `bin/buildout`? Following the instructions from this page: http://plone-training.readthedocs.org/en/latest/plone_training_config/instructions.html ``` python bootstrap.py Traceback (most recent call last): File "bootstrap.py", line 159,...