Displaying 20 results from an estimated 47 matches for "plussed".
2006 Jan 04
5
routing title in url
I''ve set up my app to display a post by retrieving its title instead of
id, which works fine, except it looks like this
"/post/the+title+of+post%3F" and I want it to be "the_title_of_post?"
with underscores instead of plusses. Can anyone shed light?
--
Posted via http://www.ruby-forum.com/.
2019 Sep 20
0
Replacing sendmail with postfix (was: deprecations leading up to C8)
...t. It is feature
> rich and actively developed. Many things you would need a milter or
> complex cf style coding for with Sendmail you can configure in Postfix in
> a simple way.
How would you implement the section here titled "Sendmail workaround" using
Postfix? I use a lot of plussed addresses with the plus replaced with dot
to deal with broken websites that reject a plus sign in an address. All my
website logins use plussed addresses with dots. (I also use an email alias
so my email address isn't my imap login.)
<https://mozilla.fandom.com/wiki/User:Me_at_work/plush...
2008 Jan 12
1
Sendmail and the $h (solved)
I feel dirty after trolling throught the .cf file.
Plussed addresses will not work w/ procmail if there is a typo in the
sendmail.mc
Works:
/etc/mail/sendmaill.mc
Addr 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 2 4 6 8 A C E
-------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
00000610 ---- ---- --0a 4645 4154 5552 4528 6d61 -----.FE...
2006 Aug 07
1
DirHandler escaping (patch)
fiddled around a bit and got DirGHandler to work for both files and directories with spaces in them, and plusses in them (on disk).
eg:
<a href="/files/usr/portage/packages/All/gtk%2B-2.10.1.tbz2">gtk+-2.10.1.tbz2</a><br/>
<a href="/files/root/hey+whatsthis+dir">hey whatsthis dir</a>
both end up at the right place now..
..c.
--------------
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested
2009 Jul 20
2
asterisk freepbx difference or solutions..
Hello, for a long time i am using asterisk 1.6 with astgui.
but for production system i intend to use asterisk 1.4 which i think might
be more robust. And for a more developed service options i preferd to
install with freepbx.
But still there are big plusses and minusses for both system.
My complain about astgui+1.6 was..
For example there were no backup trunk config running on that version.Even
2007 Sep 26
2
Subaddress Extension in sieve plugin
Hello!
With many MTAs it is possible to use a special form of adressing: subaddresses or "plussed
addresses". For sendmail you can read some information on
http://www.sendmail.org/m4/misc_features.html
http://www.unix.org.ua/orelly/networking/sendmail/ch24_04.htm#SML2-CH-24-SECT-4-3
In a sieve filter you can analyse these special detail values, the syntax is described in
RFC3598 (http:/...
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
There seems to be a bug with RFC822 processing in ltmp proxying that doesn't
quote local parts that, for example, contain spaces.
director config:
director_username_hash = %Ln
lmtp_proxy = yes
recipient_delimiter = +
protocol lmtp {
auth_socket_path = director-userdb
auth_username_chars =
auth_username_format = %Ln
passdb {
2019 Sep 20
5
deprecations leading up to C8
Am 2019-09-20 12:06, schrieb Randal, Phil:
> When I migrated our mx boxes from CentOS 5 to 7 I made the leap to
> postfix.
>
> I built a test server with postfix etc on it and threw everything I
> could think of at it before going live.
>
> The key is, like in learning a new language, to start thinking in
> postfix terms instead of thinking in sendmail terms.
Exactly, I
2004 Jul 30
5
An Interesting Issue in Samba Performance
...f the smb.conf and local machines proved no use
at all and for a part of the hour I scratched my head as I tried to
understand what was slowing down all file open, copy and move
performance over the network.
Since local file activity ( on the server or client ) was more than
adequate I was non plussed, until I reasoned that the only other device
between Client and Server was the Network Switch.
A Quick power cycle of the Netgear switch later , and the performance
was back where it should have been !
Just a salutory tail to tell really since the problem was neither
Server or Client based,...
2006 Nov 05
2
Auto-expire messages in a folder
I have a Fedora 5 server running Dovecot (currently 1.0 rc10). The spam
filter (amavis) automatically tags email (using plussed addressing) such
that messages flagged as spam are sorted into a "spambox" folder by
procmail. Seemed like a good idea at the time, but because of some legacy
issues with filesystem quota also being in place, combined with most users
connecting with POP3 rather than IMAP... spam doesn...
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
...)
>
> [ ... ]
>
>> MAIL FROM:<test at testdomain.com>\r\n
>> RCPT TO:<deemzed.uk+Junk E-mail>\r\n
>>
>> 501 5.5.4 Invalid.parameters\r\n
>
> That recipient address is totally invalid. It is neither just a local
> part without a domain, nor a plussed address destination.
>
> Check your setup with i.e.
>
> RCPT TO:<"Junk E-mail"@deemzed.uk>
>
> or
>
> RCPT TO:<"test+Junk E-mail"@deemzed.uk>
Apologies, I was attempting to cut the config down at the time the dump
was taken. Correcting (I...
2005 May 14
3
Adding/Removing Headers with Sendmail
Hi,
I posted this query a few weeks ago but never received a response. I'm
guessing that I didn't put things right, so here is another go.
The company that I work for currently has email addresses in the format
of:-
firstname.surname.ext at example.com
Which we use for various marketing campaigns (therefore the .ext bit is
variable).
Currently we have this setup as distribution
2020 Jun 23
3
Codifying our Brace rules-
On Tue, 23 Jun 2020 at 03:30, Mehdi AMINI via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On Mon, Jun 22, 2020 at 2:38 PM Steve Scalpone via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Me? I would modify the first sentence from:
>>
>> > When writing the body of an if, else, or loop statement,
>> > omit the braces to avoid unnecessary
2017 Dec 10
5
hosting emails at home
Hello everyone,
I have been using Postfix and Dovecot for my personal emails for years.
After being tired of reinstalling my personal mail server many times, I
am currently writing some Ansible scripts to do it automatically.
I obviously checked the other projects, and did not found anything close
to what I am looking for, so I am implementing it now.
The final goal is to have a box that once
2020 Jun 23
2
Codifying our Brace rules-
On 6/23/20 9:39 AM, Robinson, Paul via llvm-dev wrote:
>
>> -----Original Message-----
>> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Jay Foad via
>> llvm-dev
>> Sent: Tuesday, June 23, 2020 4:47 AM
>> To: Mehdi AMINI <joker.eph at gmail.com>
>> Cc: llvm-dev at lists.llvm.org; Matt Arsenault <arsenm2 at gmail.com>
1997 Apr 30
1
R-beta: Re: S Compatibility
...d the commercial
> product as "S-PLUS". There is a useful distinction to be made.)
>
>This is generally what I try to do too.
>
>However, I suspect though that most people don't know that there is a
>difference, and these days so few people can get access to the non-plussed
>version, I wonder how important it is to make the distinction. :-(
How important is it to avoid being sued, or less facetiously, what is
the legal status of R? If I were Mathsoft I would be less than pleased
at the development of R and would try to stop it if I could. I have
been wondering fo...
2006 Apr 18
2
[LLVMdev] LLVM-based JVM JIT for libgcj
>>>>> "Chris" == Chris Lattner <sabre at nondot.org> writes:
>> FWIW I actually did this work twice, once for libjit and once for
>> LLVM. I'm happy to provide a comparison, from a jit-writing
>> perspective, if you're interested.
Chris> Given your experience with both, I'd be very interested in any
Chris> thoughts you have on
2018 Oct 01
0
email Server for CentOS 7
...#39;s IMAP-friendly. I run my own server
but I'm recommending to my family that they move their accounts there if I
"get hit by a bus".
<https://en.wikipedia.org/wiki/FastMail>
I mostly run my own server because it's easy to create an infinite number
of disposable "plussed" addresses as website login names. I've got a
sendmail rule that lets me use a dot instead of a plus sign in such
addresses to get around the websites that refuse a plus sign in an address.
<http://mozilla.wikia.com/wiki/User:Me_at_work/plushaters>
> You should also run your o...
2017 Oct 26
0
Bug: lmtp proxy does not quote local parts with spaces
...es.
Newer related RFCs are RFC 5321 and 5322.
[ ... ]
> MAIL FROM:<test at testdomain.com>\r\n
> RCPT TO:<deemzed.uk+Junk E-mail>\r\n
>
> 501 5.5.4 Invalid.parameters\r\n
That recipient address is totally invalid. It is neither just a local
part without a domain, nor a plussed address destination.
Check your setup with i.e.
RCPT TO:<"Junk E-mail"@deemzed.uk>
or
RCPT TO:<"test+Junk E-mail"@deemzed.uk>
Alexander